Problem fizzbuzz
User proter1132
Submission Time 2023-02-24 16:02:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp:3:26: error: expected initializer before ‘>>’ token
3 | unsigned long long int n >> a >> b;
| ^~
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:6:9: error: ‘n’ was not declared in this scope
6 | cin >> n >> a >> b;
| ^
fizzbuzz.cpp:6:14: error: ‘a’ was not declared in this scope
6 | cin >> n >> a >> b;
| ^
fizzbuzz.cpp:6:19: error: ‘b’ was not declared in this scope
6 | cin >> n >> a >> b;
| ^
fizzbuzz.cpp:7:15: error: ‘int’ is not a template
7 | for(int i=0; int<n; i++)
| ^~~
fizzbuzz.cpp:7:15: error: expected primary-expression before ‘int’
fizzbuzz.cpp:7:14: error: expected ‘;’ before ‘int’
7 | for(int i=0; int<n; i++)
| ^~~~
| ;
fizzbuzz.cpp:7:15: error