mairuisheng • 5个月前
#include<bits/stdc++.h> using namespace std; double f; int main() { cin>>f; printf("%.5lf",f); return 0; }
评论: