Run ID:93317

提交时间:2024-10-13 10:44:22

q=input().split() a=q[0] b=q[1] a=int(a) b=int(b) c=b//a d=c//3+c print(d)