Problem fizzbuzz
User jooferj
Submission Time 2025-06-17 12:01:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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