Run ID:154705
提交时间:2026-05-30 17:52:20
a, b, c, d = map(int, input().split()) price = a * 10 + b money = c * 10 + d count = money // price print(count)