5
#include<bits/stdc++.h> using namespace std; int main() { int n; cin>>n; cout<<"My height is "<<n<<"cm."; return 0; }
#include<bits/stdc++.h> using namespace std; int main() { double r,d,c,s; const double PI=3.14159; cin>>r; d=2r; c=2PIr; s=PIrr; d=round(d10000)/10000; c=round(c10000)/10000; s=round(s10000)/10000; printf("%.4f %.4f %.4f\n",d,c,s);
return 0;
}
注册一个 Hydro 通用账户,您就可以在我们提供的所有在线评测服务上提交代码、参与讨论。
使用您的 Hydro 通用账户