Run ID:90278

提交时间:2024-09-10 20:13:56

x=input().split() a=int(x[0]) b=int(x[1]) c=int(x[2]) d=int(x[3]) print(int(((a*10)+b)/((c*10)+d)))