Problem eeducation
User ZiErn
Submission Time 2023-11-15 09:46:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eeducation.cpp: In function ‘int32_t main()’:
eeducation.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
eeducation.cpp:7:5: note: in expansion of macro ‘int’
7 | int N, M;
| ^~~
eeducation.cpp:7:9: error: ‘N’ was not declared in this scope
7 | int N, M;
| ^
eeducation.cpp:7:12: error: ‘M’ was not declared in this scope
7 | int N, M;
| ^
eeducation.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
eeducation.cpp:9:5: note: in expansion of macro ‘int’
9 | int A[500010], int A2[500010], int B[500010];
| ^~~
eeducation.cpp:9:9: error: ‘A’ was not declared in this scope
9 | int A[500010], int A2[500010], int B[500010];
| ^
eeducation.cpp:3:13: error: expected p