| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 80026 | sh25_shenpy | 送分题素数 | C++ | Accepted | 0 MS | 244 KB | 192 | 2026-01-04 14:56:28 |
#include<bits/stdc++.h> using namespace std; int main() { cout<<21<<endl; cout<<"101 103 107 109 113 127 131 137 139 149 151 157 163 167 173 179 181 191 193 197 199"; return 0; }