#include<bits/stdc++.h>
using namespace std;
int main(){
double a;
cin >> a;
printf("%.12lf",a);
cout << fixed << setprecision(12) << a;
return 0;
}
#include<bits/stdc++.h>
using namespace std;
in...
英文文章 | 文章字數 | 測試時長 | 準確率 | 速度 | 退格數 | 出錯數 | 成績 |
---|---|---|---|---|---|---|---|
《0113》 | 949字 | 2.0分钟 | 100% | 64 CPM | 12 次 | 0 | 不及格,加强练习! |
勵誌名言: 为了照亮地球深处,在黑暗之中看到蕴藏丰富的矿产资源,科学之灯是必须的。 ——门捷罗夫 |