Problem | fizzbuzz |
---|---|
User | AthanChee03 |
Submission Time | 2023-11-08 13:19:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:11:22: error: expected ‘;’ before ‘}’ token
11 | cout << "FizzBuzz"
| ^
| ;
12 | }
| ~
fizzbuzz.cpp:14:18: error: expected ‘;’ before ‘}’ token
14 | cout << "Fizz"
| ^
| ;
15 | }
| ~
fizzbuzz.cpp:17:18: error: expected ‘;’ before ‘}’ token
17 | cout << "Buzz"
| ^
| ;
18 | }
| ~