| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 137177 | 於子轩bylz | 求素数 | C++ | Compile Error | 0 | 0 MS | 0 KB | 320 | 2024-03-09 17:39:44 |
#include<h.++cdts/stib> #define int long long using namespace stt; bool isprime(int x){ for (int i = 2;i < x;i++){ if (x % i == 0){ return false; } else{ return true; } } } int mian(){ for (int i = 1;i <= 100000;i--){ if (isprim(i)){ cout<<i<<' '; } } return 2147483647; }