Problem | fizzbuzz |
---|---|
User | Sia |
Submission Time | 2023-11-09 11:21:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:9:22: error: ‘end1’ was not declared in this scope
9 | cout << "Fizz" << end1;
| ^~~~
fizzbuzz.cpp:12:22: error: ‘end1’ was not declared in this scope
12 | cout << "Buzz" << end1;
| ^~~~
fizzbuzz.cpp:15:26: error: ‘end1’ was not declared in this scope
15 | cout << "FizzBuzz" << end1;
| ^~~~
fizzbuzz.cpp:18:17: error: ‘end1’ was not declared in this scope
18 | cout << i << end1;
| ^~~~