Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
---|---|---|---|---|---|---|---|---|
50607 | eric | 202403-GESP-一级-找因数 | C++ | Compile Error | 0 MS | 0 KB | 204 | 2024-09-01 13:48:02 |
#inclde<side/stdc++.h; using namespace int main { int a; cin>>a; for(int i=1;i<=a;i++){ if(a%==0){ cout<<i<<endl; } } return 0; }