提交时间:2025-12-19 15:37:52
运行 ID: 76610
#include <bits/stdc++.h>; using namespace std; int main() { double c; cin >> c; cout << fixed<<setprecision(12)<<c; return 0; }