Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
92120 周楚航 06买鸡腿 Python3 Accepted 49 MS 3752 KB 68 2024-09-28 13:42:58

Tests(10/10):


Code:

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