Run ID:146130

提交时间: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)