| Problem | maximum |
|---|---|
| User | Dcxz |
| Submission Time | 2026-06-22 18:01:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
maximum.cpp:4:1: error: ‘cin’ does not name a type
4 | cin >> a;
| ^~~
maximum.cpp:5:1: error: ‘cin’ does not name a type
5 | cin >> b;
| ^~~
maximum.cpp:7:1: error: expected unqualified-id before ‘if’
7 | if (a > b) {
| ^~
maximum.cpp:9:3: error: expected unqualified-id before ‘else’
9 | } else {
| ^~~~