Problem addition
User Xinlan
Submission Time 2023-11-08 10:23:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int32_t main()’:
addition.cpp:6:2: error: ‘a’ was not declared in this scope
6 | a = int;
| ^
addition.cpp:3:13: error: expected primary-expression before ‘long’
3 | #define int long long
| ^~~~
addition.cpp:6:6: note: in expansion of macro ‘int’
6 | a = int;
| ^~~
addition.cpp:7:2: error: ‘b’ was not declared in this scope
7 | b = int;
| ^
addition.cpp:3:13: error: expected primary-expression before ‘long’
3 | #define int long long
| ^~~~
addition.cpp:7:6: note: in expansion of macro ‘int’
7 | b = int;
| ^~~