@ -20,5 +20,13 @@ int main()
{
cout << "max: " << b;
}
if (a < b)
cout << "min: " << a;
if (a > b)
cout << "min: " << b;
return 0;