Problem | fizzbuzz |
---|---|
User | Akshar |
Submission Time | 2025-01-23 14:44:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:17:20: error: ‘end1’ was not declared in this scope
17 | cout << Fizz << end1;
| ^~~~
fizzbuzz.cpp:19:20: error: ‘end1’ was not declared in this scope
19 | cout << Buzz << end1;
| ^~~~
fizzbuzz.cpp:21:24: error: ‘end1’ was not declared in this scope
21 | cout << FizzBuzz << end1;
| ^~~~
fizzbuzz.cpp:23:17: error: ‘end1’ was not declared in this scope
23 | cout << i << end1;
| ^~~~
fizzbuzz.cpp:25:17: error: ‘end1’ was not declared in this scope
25 | cout << i << end1;
| ^~~~
fizzbuzz.cpp:27:17: error: ‘end1’ was not declared in this scope
27 | cout << i << end1;
| ^~~~