Problem | addition |
---|---|
User | sreej |
Submission Time | 2025-08-04 11:38:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp:2:18: error: declaration does not declare anything [-fpermissive]
2 | #define int long long;
| ^~~~
addition.cpp:5:1: note: in expansion of macro ‘int’
5 | int main() {
| ^~~
addition.cpp: In function ‘int main()’:
addition.cpp:2:18: error: declaration does not declare anything [-fpermissive]
2 | #define int long long;
| ^~~~
addition.cpp:6:2: note: in expansion of macro ‘int’
6 | int first_num, second_num, added_num;
| ^~~
addition.cpp:6:6: error: ‘first_num’ was not declared in this scope
6 | int first_num, second_num, added_num;
| ^~~~~~~~~
addition.cpp:6:17: error: ‘second_num’ was not declared in this scope
6 | int first_num, second_num, added_num;
| ^~~~~~~~~~
addition.cpp:6:29: error: ‘added_num’ was not declared in this scope
6 | int first_num, second_num, added_num;
|