Problem threethreethree
User Emma167
Submission Time 2026-06-24 10:22:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

threethreethree.cpp: In function ‘int main()’:
threethreethree.cpp:11:2: error: ‘total’ was not declared in this scope
11 | total = 0
| ^~~~~
threethreethree.cpp:12:18: error: ‘i’ was not declared in this scope
12 | for (int i = 0; i < N; i++) {
| ^