Problem sumint
User j48495734
Submission Time 2026-03-29 01:32:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumint.cpp: In function ‘int32_t main()’:
sumint.cpp:13:7: error: ‘i’ was not declared in this scope
13 | for (i=0;i<n;i++) {
| ^
sumint.cpp:13:13: error: ‘n’ was not declared in this scope
13 | for (i=0;i<n;i++) {
| ^