Problem maximum
User Ronaldo7
Submission Time 2026-06-25 17:06:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp:3:2: error: invalid preprocessing directive #def; did you mean #ifdef?
3 | #def int long long
| ^~~
| ifdef
maximum.cpp: In function ‘int main()’:
maximum.cpp:10:3: error: ‘print’ was not declared in this scope; did you mean ‘printf’?
10 | print(a);
| ^~~~~
| printf
maximum.cpp:13:2: error: ‘print’ was not declared in this scope; did you mean ‘printf’?
13 | print(b);
| ^~~~~
| printf
maximum.cpp:13:10: error: expected ‘}’ at end of input
13 | print(b);
| ^
maximum.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^