| Problem | maximum |
|---|---|
| User | yikyewong |
| Submission Time | 2026-02-14 10:43:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:7:10: error: expected ‘;’ before ‘if’
7 | cin>>x>>y
| ^
| ;
8 | if (x>y){
| ~~
maximum.cpp:11:1: error: ‘else’ without a previous ‘if’
11 | else {
| ^~~~