Problem | sumint |
---|---|
User | XinLoiDuongNgu |
Submission Time | 2025-07-28 12:51:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sumint.cpp: In function ‘int main()’:
sumint.cpp:11:9: error: expected ‘;’ before ‘for’
11 | sum = 0
| ^
| ;
12 | for (ll i = 0; i < n; i++)
| ~~~
sumint.cpp:12:17: error: ‘i’ was not declared in this scope
12 | for (ll i = 0; i < n; i++)
| ^