Problem | fizzbuzz |
---|---|
User | playiprobro |
Submission Time | 2024-02-11 14:34:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:9:7: error: ‘i’ was not declared in this scope
9 | for (i = 0; i < x; i++){
| ^
fizzbuzz.cpp:17:24: error: expected ‘)’ before ‘{’ token
17 | } else if (y % b == 0{
| ~ ^
| )
fizzbuzz.cpp:23:2: error: expected primary-expression before ‘}’ token
23 | }
| ^