Problem | fizzbuzz |
---|---|
User | AthanChee03 |
Submission Time | 2023-11-08 13:14:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:11:3: error: ‘fizzbuzz’ was not declared in this scope; did you mean ‘fizzBuzz’?
11 | fizzbuzz += "fizz";
| ^~~~~~~~
| fizzBuzz
fizzbuzz.cpp:15:3: error: ‘fizzbuzz’ was not declared in this scope; did you mean ‘fizzBuzz’?
15 | fizzbuzz += "buzz";
| ^~~~~~~~
| fizzBuzz