Problem fizzbuzz
User zhaoyz
Submission Time 2026-06-22 16:33:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:15:9: error: expected ‘;’ before ‘}’ token
15 | return 0
| ^
| ;
16 | }
| ~