Problem | xmas |
---|---|
User | kruytz |
Submission Time | 2023-05-10 17:16:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
xmas.cpp: In function ‘int main()’:
xmas.cpp:14:25: error: expected ‘;’ before ‘}’ token
14 | cout << arr[i] << "\n"
| ^
| ;
15 | }
| ~
xmas.cpp:15:3: error: expected ‘}’ at end of input
15 | }
| ^
xmas.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^