| Problem | maximum |
|---|---|
| User | rain127 |
| Submission Time | 2025-12-04 14:07:30 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
maximum.cpp:6:2: note: in expansion of macro ‘int’
6 | int a, b;
| ^~~
maximum.cpp:6:6: error: ‘a’ was not declared in this scope
6 | int a, b;
| ^
maximum.cpp:6:9: error: ‘b’ was not declared in this scope
6 | int a, b;
| ^