用户:飞熊jsrt查看:0 回复:0 评论:0 创建时间:2023-11-13T19:36:22
from math import * a=int(input()) c=int(input()) print(cos(pi/a)/sin(pi/a)*a*a/4/c)