Problem fizzbuzz
User eipi10
Submission Time 2026-06-22 19:56:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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