Problem fizzbuzz
User Leeyee
Submission Time 2025-08-18 16:36:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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