Problem xmas
User Dana
Submission Time 2023-11-08 11:52:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

xmas.cpp: In function ‘int main()’:
xmas.cpp:9:2: error: expected primary-expression before ‘)’ token
9 | )
| ^
xmas.cpp:14:1: error: expected ‘}’ at end of input
14 | }
| ^
xmas.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^