s, f = map(int, input().split()) i = s // f + 1 print(i)