@ -15,6 +15,12 @@ int main()
cerr<<"A-max "<<a<<'\n';
}else{
cerr<<"B-max "<<b<<'\n';
if (b>a){
cerr<< "A - min";
cerr<< "B- min";
}