Problem maximum
User shavonne22
Submission Time 2026-02-14 11:52:32
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) {
| ^
maximum.cpp:13:30: error: expected ‘;’ before ‘}’ token
13 | cout << "they are the same"
| ^
| ;
14 | }
| ~