from math import radians, sin, ceil h, v = map(int, input().split()) print(ceil(h / sin(radians(v))))