Problem | fizzbuzz |
---|---|
User | Akshar |
Submission Time | 2025-01-23 14:29:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:16:9: error: ‘i’ was not declared in this scope
16 | if (a%i=0){
| ^
fizzbuzz.cpp:17:12: error: ‘Fizz’ was not declared in this scope
17 | cout << Fizz;
| ^~~~
fizzbuzz.cpp:19:12: error: ‘Buzz’ was not declared in this scope
19 | cout << Buzz;
| ^~~~
fizzbuzz.cpp:21:12: error: ‘FizzBuzz’ was not declared in this scope
21 | cout << FizzBuzz;
| ^~~~~~~~
fizzbuzz.cpp:31:11: error: ‘Number’ was not declared in this scope
31 | cout << Number is too big;
| ^~~~~~