Problem xmas
User TheInvadr
Submission Time 2023-01-05 22:04:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

xmas.cpp: In function ‘int main()’:
xmas.cpp:17:22: error: expected ‘;’ before ‘}’ token
17 | cout<<arr[j]<<endl
| ^
| ;
18 | }
| ~