mA,mB = map(float,input().split()) #if float data type mA,mB = map(int,input().split()) #if int data type