Problem fizzbuzz
User Akshar
Submission Time 2025-01-23 14:46:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:14:20: error: ‘end1’ was not declared in this scope
14 | cout << Fizz << end1;
| ^~~~
fizzbuzz.cpp:16:20: error: ‘end1’ was not declared in this scope
16 | cout << Buzz << end1;
| ^~~~
fizzbuzz.cpp:18:24: error: ‘end1’ was not declared in this scope
18 | cout << FizzBuzz << end1;
| ^~~~
fizzbuzz.cpp:20:17: error: ‘end1’ was not declared in this scope
20 | cout << i << end1;
| ^~~~
fizzbuzz.cpp:22:17: error: ‘end1’ was not declared in this scope
22 | cout << i << end1;
| ^~~~
fizzbuzz.cpp:24:17: error: ‘end1’ was not declared in this scope
24 | cout << i << end1;
| ^~~~