Problem | addition |
---|---|
User | huhhhm |
Submission Time | 2024-11-08 11:27:10 |
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: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:9: error: ‘b’ was not declared in this scope
6 | int a, b;
| ^