Problem exam
User kashsinghal
Submission Time 2023-11-08 11:37:27
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 a = 0
| ^~~
exam.cpp:5:5: error: ‘a’ does not name a type
5 | int a = 0
| ^
exam.cpp:6:6: error: ‘b’ does not name a type
6 | int b = 9
| ^