Problem | addition |
---|---|
User | TheBurnedPipis |
Submission Time | 2024-11-08 14:50:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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:5:2: note: in expansion of macro ‘int’
5 | int x,y;
| ^~~
addition.cpp:5:6: error: ‘x’ was not declared in this scope
5 | int x,y;
| ^
addition.cpp:5:8: error: ‘y’ was not declared in this scope; did you mean ‘yn’?
5 | int x,y;
| ^
| yn