这是我的代码(C++)
#include<bits/stdc++.h> using namespace std; double a; int main(){ cin>>a; printf("%.3lf",a); return 0; }