提交时间:2025-12-19 15:38:03

运行 ID: 76612

#include <bits/stdc++.h>; using namespace std; int main() { double c; cin >> c; cout << fixed<<setprecision(3)<<c; return 0; }