Problem fizzbuzz
User KiranCheng
Submission Time 2026-06-22 16:44:27
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 ‘}’ token
16 | cout<<'\n'
| ^
| ;
17 |
18 | }
| ~
fizzbuzz.cpp:18:1: error: expected ‘}’ at end of input
18 | }
| ^
fizzbuzz.cpp:7:1: note: to match this ‘{’
7 | {
| ^