| Problem | maximum |
|---|---|
| User | apples |
| Submission Time | 2026-03-27 15:40:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:10:4: 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 | }
| ^