Problem fizzbuzz
User rhea61
Submission Time 2023-11-09 13:10:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:9:25: error: ‘end1’ was not declared in this scope
9 | cout << "FizzBuzz"<< end1;
| ^~~~
fizzbuzz.cpp:12:22: error: ‘end1’ was not declared in this scope
12 | cout << "Fizz" << end1;
| ^~~~
fizzbuzz.cpp:15:22: error: ‘end1’ was not declared in this scope
15 | cout << "Buzz" << end1;
| ^~~~
fizzbuzz.cpp:18:17: error: ‘end1’ was not declared in this scope
18 | cout << i << end1;
| ^~~~