Problem fizzbuzz
User Migogoh10
Submission Time 2026-03-25 17:48:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:15:22: error: expected ‘;’ before ‘}’ token
15 | cout << "FizzBuzz"
| ^
| ;
16 | }
| ~