Run ID:92278
提交时间:2024-09-28 19:31:33
a = input().split() b = int(a[0]) c = int(a[1]) d = c//b e = d//3 print(d+e)