提交时间:2025-11-02 13:38:14
运行 ID: 72642
#include<bits/stdc++.h> using namespace std; int main() { double k; cin>>k; cout<<fixed<<setprecision(12)<<k; return 0; }