Run ID:90227

提交时间:2024-09-08 11:55:30

s=input().split() a=s[0] b=s[1] a=int(a) b=int(b) sb=a*3 ss=b//sb sz=b//a+ss print(sz)