#関数をなるべく使おう H,k=map(int,input().split()) ans=H/(k+1)+1 print(ans)