Problem maximum
User totallykaiyuan
Submission Time 2026-03-08 17:49:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:10:3: error: expected primary-expression before ‘if’
10 | if(a>b){a;}
| ^~
maximum.cpp:11:3: error: ‘else’ without a previous ‘if’
11 | else{b;}
| ^~~~