| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 38300 | jiabokai | 绝对素数 | C++ | Compile Error | 0 MS | 0 KB | 141 | 2024-01-26 14:54:20 |
#include<iostream> using namespace std; { cout<<11<<endl<<13<<endl<<17<<endl<<31<<endl<<37<<endl<<71<<endl<<73<<endl<<79<<endl<<97; }