| Problem | maximum |
|---|---|
| User | yq |
| Submission Time | 2026-06-25 20:51:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:5:11: error: expected ‘;’ before ‘if’
5 | cin>>a>>b
| ^
| ;
6 | if(a>b){
| ~~
maximum.cpp:8:4: error: ‘else’ without a previous ‘if’
8 | }else cout<<b; }
| ^~~~
maximum.cpp: At global scope:
maximum.cpp:9:1: error: expected declaration before ‘}’ token
9 | }
| ^