Problem maximum
User elsatanyixin
Submission Time 2026-02-14 11:48:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:5:14: error: expected ‘;’ before ‘if’
5 | cin >> a >> b
| ^
| ;
6 | if (a>b) {
| ~~
maximum.cpp:9:1: error: ‘else’ without a previous ‘if’
9 | else {
| ^~~~