Compute each interior angle of a regular polygon from side count n using θ = (n−2)·180°/n.
输入边数 n,求正多边形内角。