| Problem | maximum |
|---|---|
| User | totallykaiyuan |
| Submission Time | 2026-03-08 17:48:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:10:3: error: expected primary-expression before ‘if’
10 | if(a>b){a}
| ^~
maximum.cpp:11:3: error: ‘else’ without a previous ‘if’
11 | else{b}
| ^~~~
maximum.cpp:11:9: error: expected ‘;’ before ‘}’ token
11 | else{b}
| ^
| ;