Problem | addition |
---|---|
User | xyz |
Submission Time | 2023-11-10 16:03:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int32_t main()’:
addition.cpp:2:18: error: declaration does not declare anything [-fpermissive]
2 | #define int long long;
| ^~~~
addition.cpp:4:2: note: in expansion of macro ‘int’
4 | int bigfatmomma,sexydaddy;
| ^~~
addition.cpp:4:6: error: ‘bigfatmomma’ was not declared in this scope
4 | int bigfatmomma,sexydaddy;
| ^~~~~~~~~~~
addition.cpp:4:18: error: ‘sexydaddy’ was not declared in this scope
4 | int bigfatmomma,sexydaddy;
| ^~~~~~~~~