| Problem | maximum |
|---|---|
| User | DL2704 |
| Submission Time | 2023-11-11 23:26:13 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:6:5: error: expected ‘(’ before ‘a’
6 | if a > b{
| ^
| (
maximum.cpp:9:5: error: expected ‘(’ before ‘b’
9 | if b > a{
| ^
| (