Run ID:92321

提交时间:2024-09-29 12:36:50

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