Problem maximum
User leafeon
Submission Time 2025-05-24 22:28:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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