| Problem | maximum |
|---|---|
| User | blob |
| Submission Time | 2023-11-08 13:20:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:7:12: error: expected ‘;’ before ‘}’ token
7 | cout << a
| ^
| ;
8 | }
| ~
maximum.cpp:10:12: error: expected ‘;’ before ‘}’ token
10 | cout << b
| ^
| ;
11 | }
| ~