Problem | maximum |
---|---|
User | n |
Submission Time | 2024-02-19 13:27:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:5:5: error: expected ‘(’ before ‘a’
5 | if a > b {
| ^
| (
maximum.cpp:7:2: error: ‘else’ without a previous ‘if’
7 | else {
| ^~~~