| Problem | maximum |
|---|---|
| User | kienlovesmath |
| Submission Time | 2026-08-19 11:09:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:8:12: error: expected ‘;’ before ‘}’ token
8 | cout << a
| ^
| ;
9 | }
| ~
maximum.cpp:11:12: error: expected ‘;’ before ‘}’ token
11 | cout << b
| ^
| ;
12 | }
| ~
maximum.cpp: At global scope:
maximum.cpp:13:1: error: expected declaration before ‘}’ token
13 | }
| ^