Problem fizzbuzz
User KiranCheng
Submission Time 2026-06-22 16:44:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:16:12: error: expected ‘;’ before ‘return’
16 | cout<<'\n'
| ^
| ;
17 | return 0;
| ~~~~~~