Problem | maximum |
---|---|
User | weccs |
Submission Time | 2025-05-24 07:46:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:11:6: error: expected ‘(’ before ‘a’
11 | if a > b {
| ^
| (
maximum.cpp:14:3: error: ‘else’ without a previous ‘if’
14 | else {
| ^~~~