Problem | maximum |
---|---|
User | Subz3r0 |
Submission Time | 2024-07-15 17:06:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:5:15: error: expected ‘;’ before ‘if’
5 | cin >> a >> b
| ^
| ;
6 | if (a > b) {
| ~~
maximum.cpp:9:2: error: ‘else’ without a previous ‘if’
9 | else if (b > a) {
| ^~~~