Problem fizzbuzz
User Ronaldo7
Submission Time 2026-06-22 16:58:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:3:13: error: ‘as’ was not declared in this scope; did you mean ‘abs’?
3 | #define int as long long
| ^~
fizzbuzz.cpp:5:2: note: in expansion of macro ‘int’
5 | int N;
| ^~~
fizzbuzz.cpp:3:16: error: expected ‘;’ before ‘long’
3 | #define int as long long
| ^~~~
fizzbuzz.cpp:6:2: note: in expansion of macro ‘int’
6 | int A;
| ^~~
fizzbuzz.cpp:3:16: error: expected ‘;’ before ‘long’
3 | #define int as long long
| ^~~~
fizzbuzz.cpp:7:2: note: in expansion of macro ‘int’
7 | int B;
| ^~~
fizzbuzz.cpp:3:16: error: expected ‘;’ before ‘long’
3 | #define int as long long
| ^~~~
fizzbuzz.cpp:8:2: note: in expansion of macro ‘int’
8 | int x;
| ^~~
fizzbuzz.cpp:9:2: error: ‘x’ was not declared in this scope
9 | x= 1;