Problem | addition |
---|---|
User | xlzy |
Submission Time | 2024-11-11 09:52:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:2:18: error: declaration does not declare anything [-fpermissive]
2 | #define int long long;
| ^~~~
addition.cpp:5:2: note: in expansion of macro ‘int’
5 | int a,b;
| ^~~
addition.cpp:5:6: error: ‘a’ was not declared in this scope
5 | int a,b;
| ^
addition.cpp:5:8: error: ‘b’ was not declared in this scope
5 | int a,b;
| ^