Problem maximum
User Poket
Submission Time 2023-01-07 16:29:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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