Problem exam
User Lucaslow1902
Submission Time 2023-03-24 14:55:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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