Problem addition
User xlzy
Submission Time 2024-11-11 09:53:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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