Problem fizzbuzz
User H3lloWorld
Submission Time 2026-06-22 15:42:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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