Run ID:92117

提交时间:2024-09-28 13:40:26

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