Problem fizzbuzz
User leafeon
Submission Time 2025-05-25 13:20:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:18:14: error: expected ‘;’ before ‘}’ token
18 | cout << " "
| ^
| ;
19 | }
| ~