Run ID:93214
提交时间:2024-10-12 20:26:39
s=input().split() a=int(s[0]) b=int(s[1]) c=int(s[2]) d=int(s[3]) z=(a*10+b) x=(c*10+d) print(x//z)