int_0 = list(map(int, input().split())) #データ入力 N = int_0[0] K = int_0[1] print(-(-K // N))