#include using namespace std; int main(){ double a,b,x,y;cin>>a>>b; tie(x,y)=minmax(a,b); cout<