Run ID:90223

提交时间:2024-09-08 11:42:48

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