Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
146129 毛梦瑶 14能吸多少根烟 Python3 Wrong Answer 31 MS 3748 KB 65 2026-01-26 20:59:42

Tests(0/10):


Code:

n,k=map(int,input().split()) add=n//k total=n+add print(total)


Run Info:

------Input------
159 16
------Answer-----
169
------Your output-----
168