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

Compile Error

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