Problem squidzofrenzic
User justin271828
Submission Time 2023-06-11 18:03:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

squidzofrenzic.cpp: In function ‘int main()’:
squidzofrenzic.cpp:12:14: error: expected ‘;’ before ‘}’ token
12 | sum += B[i]
| ^
| ;
13 | }
| ~
squidzofrenzic.cpp:18:2: error: ‘correct’ was not declared in this scope
18 | correct = false
| ^~~~~~~