#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; }
使用您的 蒙青创OJ 通用账户