@@ -0,0 +1,4 @@
from math import radians, sin, ceil
h, v = map(int, input().split())
print(ceil(h / sin(radians(v))))
The note is not visible to the blocked user.