Run ID:91632
提交时间:2024-09-22 11:19:44
a=input().split() n=a[0] k=a[1] n=int(n) k=int(k) b=n//k+1 c=n//k+1+1 if n//k>1: print(b) else: print(c)