Problem xmas
User proplayermason
Submission Time 2026-06-23 16:33:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

xmas.cpp: In function ‘int main()’:
xmas.cpp:19:9: error: expected ‘;’ before ‘}’ token
19 | return 0}
| ^
| ;
xmas.cpp:19:9: error: expected ‘}’ at end of input
xmas.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^