c,r=map(int,input().split()) tmc=c tmc+=1 #分母and回数 bo=tmc*r som=0 ls=[] for i in range(c+1): for j in range(r): som=som+1/bo*i print(som)