@ -15,5 +15,9 @@ int main()
else{cout<<"B max= "<<b;
}
if(a<b){cout<<"A min="<<a;
else{cout<<"B min="<<b;
return 0;