Problem fizzbuzz
User Um
Submission Time 2023-04-29 11:54:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:8:17: error: ‘a’ was not declared in this scope
8 | if (i % a == 0 && i % b == 0) {
| ^
fizzbuzz.cpp:8:31: error: ‘b’ was not declared in this scope
8 | if (i % a == 0 && i % b == 0) {
| ^
fizzbuzz.cpp: At global scope:
fizzbuzz.cpp:18:5: error: expected unqualified-id before ‘return’
18 | return 0;
| ^~~~~~
fizzbuzz.cpp:19:1: error: expected declaration before ‘}’ token
19 | }
| ^
fizzbuzz.cpp:20:1: error: ‘fixe’ does not name a type
20 | fixe
| ^~~~