| Problem | maximum |
|---|---|
| User | 3rica |
| Submission Time | 2026-06-23 16:15:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
maximum.cpp:6:1: error: expected unqualified-id before ‘if’
6 | if (a > b){cout << a}
| ^~
maximum.cpp:7:1: error: expected unqualified-id before ‘else’
7 | else {cout << b}
| ^~~~