提交时间:2026-02-04 01:19:05
运行 ID: 83912
#include <bits/stdc++.h> using namespace std; int main( ) { float f; cin>>f; cout<<fixed<<setprecision(3)<<f; return 0; }