Problem maximum
User BigEd15
Submission Time 2025-04-20 16:21:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
maximum.cpp:5:1: note: in expansion of macro ‘int’
5 | int main() {
| ^~~
maximum.cpp: In function ‘int main()’:
maximum.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
maximum.cpp:8:2: note: in expansion of macro ‘int’
8 | int a;
| ^~~
maximum.cpp:8:6: error: ‘a’ was not declared in this scope
8 | int a;
| ^
maximum.cpp:3:18: error: declaration does not declare anything [-fpermissive]
3 | #define int long long;
| ^~~~
maximum.cpp:9:2: note: in expansion of macro ‘int’
9 | int b;
| ^~~
maximum.cpp:9:6: error: ‘b’ was not declared in this scope
9 | int b;
| ^