Problem ccs
User Enigma
Submission Time 2023-11-08 15:57:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ccs.cpp: In function ‘int32_t main()’:
ccs.cpp:24:17: error: ‘j’ was not declared in this scope
24 | if (arr[j] == 0){
| ^
ccs.cpp:25:20: error: expected ‘;’ before ‘}’ token
25 | thru += 1
| ^
| ;
26 | }
| ~