提交时间:2026-02-06 19:43:18

运行 ID: 84044

#include<bits/stdc++.h> using namespace std; const double pi=acos(1); const int r=7; const int h=12; int main() { double c,s; s=r*r*pi; c=2*pi*r; cout<<fixed<<setprecision(2)<<(2*s+c*h); return 0; }