s, f = map(int, input().split()) n = s // f print(n)