Problem fizzbuzz
User elxy
Submission Time 2024-03-07 13:10:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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