Problem fizzbuzz
User EuniceLoh
Submission Time 2024-11-08 00:32:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int32_t main()’:
fizzbuzz.cpp:23:10: error: expected ‘;’ before ‘}’ token
23 | return 0
| ^
| ;
24 |
25 | }
| ~