提交时间:2026-03-27 15:12:08
运行 ID: 86235
#include <bits/stdc++.h> using namespace std; int main( ) { float f; cin>>f; cout<<fixed<<setprecision(3)<<f; return 0; }