| Problem | maximum |
|---|---|
| User | Junsheng |
| Submission Time | 2026-04-10 17:28:10 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:10:15: error: expected ‘;’ before ‘}’ token
10 | cout << a
| ^
| ;
11 |
12 | }
| ~
maximum.cpp:14:16: error: expected ‘;’ before ‘}’ token
14 | cout << b
| ^
| ;
15 | }
| ~