Problem | maximum |
---|---|
User | dl2704 |
Submission Time | 2023-11-10 15:34:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:5:2: error: expected initializer before ‘if’
5 | if (a > b){
| ^~
maximum.cpp:7:3: error: ‘else’ without a previous ‘if’
7 | }else if (b > a){
| ^~~~