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