| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 146130 | 毛梦瑶 | 14能吸多少根烟 | Python3 | Wrong Answer | 33 MS | 3752 KB | 101 | 2026-01-26 21:02:05 |
n,k=map(int,input().split()) while k<1: k=int(input()) add=n//k total=n+add print(total)
------Input------
159 16
------Answer-----
169
------Your output-----
168