Problem exam
User rgcoders
Submission Time 2023-10-26 10:07:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:2:18: error: declaration does not declare anything [-fpermissive]
2 | #define int long long;
| ^~~~
exam.cpp:6:2: note: in expansion of macro ‘int’
6 | int x,a,b;
| ^~~
exam.cpp:6:6: error: ‘x’ was not declared in this scope
6 | int x,a,b;
| ^
exam.cpp:6:8: error: ‘a’ was not declared in this scope
6 | int x,a,b;
| ^
exam.cpp:6:10: error: ‘b’ was not declared in this scope
6 | int x,a,b;
| ^