| Problem | maximum |
|---|---|
| User | Froakyu |
| Submission Time | 2026-07-01 09:12:37 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:9:18: error: expected ‘;’ before ‘}’ token
9 | if(a>b){cout << a};
| ^
| ;
maximum.cpp:10:1: error: ‘else’ without a previous ‘if’
10 | else {cout << b;}
| ^~~~