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

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:7:44: error: expected initializer before ‘is’
7 | long long a,b,n,Fizz,Buzz,FizzBuzz,Number is too big;
| ^~
fizzbuzz.cpp:16:9: error: ‘i’ was not declared in this scope
16 | if (a%i=0){
| ^
fizzbuzz.cpp:31:11: error: ‘Number’ was not declared in this scope
31 | cout << Number is too big;
| ^~~~~~