Problem addition
User ultbiaslia
Submission Time 2023-11-08 10:12:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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