a = int(input()) b = int(input()) c = 0 c = b / a print(b,"センチメートルの区間を歩くのには", int(c),"歩で歩ける。")