Problem fizzbuzz
User Setip2109
Submission Time 2026-07-09 11:17:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:12:28: error: expected ‘;’ before ‘}’ token
12 | cout << "FizzBuzz"
| ^
| ;
13 | } else {
| ~