Problem | maximum |
---|---|
User | lbrt |
Submission Time | 2024-06-18 10:52:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:3:14: error: declaration does not declare anything [-fpermissive]
3 | #define long long;
| ^~~~
maximum.cpp:5:2: note: in expansion of macro ‘long’
5 | long long x,y;
| ^~~~
maximum.cpp:3:14: error: declaration does not declare anything [-fpermissive]
3 | #define long long;
| ^~~~
maximum.cpp:5:7: note: in expansion of macro ‘long’
5 | long long x,y;
| ^~~~
maximum.cpp:5:12: error: ‘x’ was not declared in this scope
5 | long long x,y;
| ^
maximum.cpp:5:14: error: ‘y’ was not declared in this scope; did you mean ‘yn’?
5 | long long x,y;
| ^
| yn