Problem maximum
User meowmeow
Submission Time 2023-06-01 20:12:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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