| Run ID | Author | Problem | Lang | Verdict | Time | Memory | Code Length | Submit Time |
|---|---|---|---|---|---|---|---|---|
| 43023 | yuzhengxun | 求和 | C++ | Compile Error | 0 MS | 0 KB | 143 | 2024-03-05 21:20:19 |
#include<iostream> using namespace std; int main() { int n,s; cin>>n>>s; for(int i>1;i<=n;i++){ s+=n; } cout<<s; return 0; }