Run ID:146129

提交时间:2026-01-26 20:59:42

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