ax,ay=map(int,input().split()) bx,by=map(int,input().split()) ax=-ax print(((ay-by)/(ax-bx))*(0-ax)+ay)