Problem maximum
User apples
Submission Time 2026-03-27 15:40:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:10:3: error: expected ‘}’ before ‘else’
10 | else if (b == a){
| ^~~~
maximum.cpp:8:19: note: to match this ‘{’
8 | } else if (b>a) {
| ^
maximum.cpp: At global scope:
maximum.cpp:13:1: error: expected declaration before ‘}’ token
13 | }
| ^