| Problem | maximum |
|---|---|
| User | zjaelynx |
| Submission Time | 2024-02-02 15:42:24 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:10:5: error: expected ‘(’ before ‘a’
10 | if a > b:
| ^
| (
maximum.cpp:12:3: error: ‘else’ without a previous ‘if’
12 | else:
| ^~~~
maximum.cpp:12:7: error: expected primary-expression before ‘:’ token
12 | else:
| ^