3 条题解

  • 2
    @ 2026-7-2 15:06:00

    #include <bits/stdc++.h> using namespace std;

    int main() { int n, b; double c; cin >> n; b = (n - 2) * 180 ; c = b*1.0 / n; cout << fixed << setprecision(1) << c; return 0; }

    【入门】正多边形每个内角的度数?

    信息

    ID
    30307
    时间
    1000ms
    内存
    256MiB
    难度
    5
    标签
    递交数
    115
    已通过
    44
    上传者