Run ID:92910

提交时间:2024-10-06 20:35:07

s=input().split() a=int(s[0]) b=int(s[1]) if a%b>1: print(a//b+1+1) else: print(a//b+1)