Problem | maximum |
---|---|
User | SheepHeads |
Submission Time | 2023-11-08 21:08:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:10:5: error: expected ‘(’ before ‘a’
10 | if a>b{
| ^
| (
maximum.cpp:13:2: error: ‘else’ without a previous ‘if’
13 | else{
| ^~~~