Problem maximum
User ye
Submission Time 2025-06-20 11:10:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:8:2: error: expected ‘}’ before ‘else’
8 | else{
| ^~~~
maximum.cpp:6:10: note: to match this ‘{’
6 | if (a>b){
| ^