#include<bits/stdc++.h>
using namespace std;
int main()
{
double a,b,c,d,r;
cin >>a;
r = 3.14159;
c = a*2;
d = a*2*r;
b = a*a*r;
cout <<fixed<<setprecision(4) <<c <<" " ;
cout<<fixed<<setprecision(4) ...
英文文章 | 文章字數 | 測試時長 | 準確率 | 速度 | 退格數 | 出錯數 | 成績 |
---|---|---|---|---|---|---|---|
《c++》 | 257字 | 10.0分钟 | 100% | 76 CPM | 13 次 | 0 | 不及格,加强练习! |
勵誌名言: 我试着恨你,却想起你的笑容。 ——张玉华 |