Problem xmas
User rhea61
Submission Time 2023-11-09 08:50:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

xmas.cpp: In function ‘int32_t main()’:
xmas.cpp:9:13: error: a function-definition is not allowed here before ‘{’ token
9 | int main() {
| ^
xmas.cpp:20:1: error: expected ‘}’ at end of input
20 | }
| ^
xmas.cpp:5:15: note: to match this ‘{’
5 | int32_t main(){
| ^