let a = readLine()!.split(separator: " ").map{Int($0)!} print(Int(a[1])/a[0])