Problem fizzbuzz
User XinLoiDuongNgu
Submission Time 2025-07-28 13:12:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:23:13: error: expected ‘;’ before ‘}’ token
23 | cout<<"\n"
| ^
| ;
24 | }
| ~