提交时间:2025-11-02 13:38:02

运行 ID: 72641

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