@ -20,5 +20,14 @@ int main()
else {
cout << "a = b" << endl;
}
if (a > b) {
cout << b << endl;
else if (b > a) {
cout << a << endl;
return 0;