Problem fizzbuzz
User Indy39910
Submission Time 2025-02-20 18:10:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:22:9: error: expected ‘;’ at end of input
22 | return 0
| ~^
| ;
fizzbuzz.cpp:22:8: error: expected ‘}’ at end of input
22 | return 0
| ^
fizzbuzz.cpp:3:9: note: to match this ‘{’
3 | main () {
| ^