| Run ID | Author | Problem | Lang | Verdict | Score | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|---|
| 12240 | 陈颖钧 | 求S的值 | C++ | Compile Error | 0 | 0 MS | 0 KB | 179 | 2025-07-09 11:11:13 |
#include<bits/stdc++.h> using namespace std; int i,sum,j=1; int h(int i,int j){ i+=j; j++; return i; } int main(){ while(sum<5000){ sum+=h(i,j) } }