Problem maximum
User Astronite
Submission Time 2024-02-28 13:52:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:11:27: error: expected ‘;’ before ‘}’ token
11 | else if (a == b){cout<< a}
| ^
| ;
maximum.cpp:12:27: error: expected ‘;’ before ‘}’ token
12 | else if (b == a){cout<< a}
| ^
| ;