| Problem | addition |
|---|---|
| User | LordOfTheCookies |
| Submission Time | 2026-06-22 15:30:48 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:5:18: error: declaration does not declare anything [-fpermissive]
5 | #define int long long;
| ^~~~
addition.cpp:8:2: note: in expansion of macro ‘int’
8 | int a;
| ^~~
addition.cpp:8:6: error: ‘a’ was not declared in this scope
8 | int a;
| ^
addition.cpp:5:18: error: declaration does not declare anything [-fpermissive]
5 | #define int long long;
| ^~~~
addition.cpp:9:2: note: in expansion of macro ‘int’
9 | int b;
| ^~~
addition.cpp:9:6: error: ‘b’ was not declared in this scope
9 | int b;
| ^