| Problem | maximum |
|---|---|
| User | Tolo925kt |
| Submission Time | 2026-01-15 16:13:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:9:10: error: expected ‘;’ before ‘}’ token
9 | cout << a
| ^
| ;
10 | }
| ~
maximum.cpp:11:1: error: ‘else’ without a previous ‘if’
11 | else; {
| ^~~~
maximum.cpp:12:10: error: expected ‘;’ before ‘}’ token
12 | cout << b
| ^
| ;
13 | }
| ~