Problem smurf
User itchydeez
Submission Time 2023-12-14 08:56:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

smurf.cpp: In function ‘int main()’:
smurf.cpp:18:15: error: expected ‘;’ before ‘}’ token
18 | cout<<arr[j]
| ^
| ;
19 | }
| ~