Problem | maximum |
---|---|
User | qwertyuiop |
Submission Time | 2025-06-13 14:54:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:9:5: error: expected ‘}’ before ‘else’
9 | else
| ^~~~
maximum.cpp:7:16: note: to match this ‘{’
7 | if (a > b) {
| ^
maximum.cpp: At global scope:
maximum.cpp:12:5: error: expected unqualified-id before ‘return’
12 | return 0;
| ^~~~~~
maximum.cpp:13:1: error: expected declaration before ‘}’ token
13 | }
| ^