提交时间:2020-07-26 09:43:12
运行 ID: 4952
#include <bits/stdc++.h> using namespace std; int main(){ double b,n=3.14159,x=b/2,c=b*2*n,v=b*b*n; cin>>b; printf("%4lf %4lf %4lf",x,c,v); return 0; }