Problem eight
User yanwen
Submission Time 2025-09-01 17:26:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eight.cpp: In function ‘int main()’:
eight.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
eight.cpp:6:2: note: in expansion of macro ‘int’
6 | int A, N;
| ^~~
eight.cpp:6:6: error: ‘A’ was not declared in this scope
6 | int A, N;
| ^
eight.cpp:6:9: error: ‘N’ was not declared in this scope
6 | int A, N;
| ^
eight.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
eight.cpp:7:2: note: in expansion of macro ‘int’
7 | int x = 0;
| ^~~
eight.cpp:7:6: error: ‘x’ was not declared in this scope
7 | int x = 0;
| ^
eight.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
eight.cpp:9:7: note: in expansion of