Problem maximum
User Diddylan123
Submission Time 2026-07-26 12:34:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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