摘要: #include <stdio.h> printf("%.4lf",value); #include <iomanip> cout.setf(ios::showpoint); cout<<fixed<<setprecision(4)<<s<<endl; 阅读全文