Problem maximum
User shavonne22
Submission Time 2026-02-14 11:52:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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