Run ID:19617

提交时间:2021-11-16 16:49:12

#include <bits/stdc++.h> using namespace std; int main() { int R=12,H=7; float S; S=2*H*3.1415926*R+H*H*3.1415926*2; printf("%.2f",S); return 0; }