Problem | addition |
---|---|
User | xyz |
Submission Time | 2023-11-10 16:02:35 |
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;
| ^~~~~~~~~
addition.cpp:5:2: error: ‘cin’ was not declared in this scope; did you mean ‘std::cin’?
5 | cin>>bigfatmomma,sexydaddy;
| ^~~
| std::cin
In file included from addition.cpp:1:
/usr/include/c++/9/iostream:60:18: note: ‘std::cin’ declared here
60 | extern istream cin; /// Linked to standard input
| ^~~
addition.cpp:6:2: error: ‘