| Problem | xmas |
|---|---|
| User | ryelin |
| Submission Time | 2023-11-09 13:47:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
xmas.cpp:11:21: error: stray ‘\’ in program
11 | cout << arr[i] << \n
| ^
xmas.cpp: In function ‘int main()’:
xmas.cpp:11:23: error: expected ‘;’ before ‘}’ token
11 | cout << arr[i] << \n
| ^
| ;
12 | }
| ~