Problem exam
User Sia
Submission Time 2023-11-08 13:17:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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 main(){
| ^~~
exam.cpp: In function ‘int main()’:
exam.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
exam.cpp:7:2: note: in expansion of macro ‘int’
7 | int x, a, b;
| ^~~
exam.cpp:7:6: error: ‘x’ was not declared in this scope
7 | int x, a, b;
| ^
exam.cpp:7:9: error: ‘a’ was not declared in this scope
7 | int x, a, b;
| ^
exam.cpp:7:12: error: ‘b’ was not declared in this scope
7 | int x, a, b;
| ^