A30814.9格字符宽的小数毛奕程2025-09-06 18:32:18发布于:江苏0阅读0回复0点赞<ioMANip>解法 #include <iostream> #include <iomanip> using namespace std; int main() { double n; cin >> n; cout << setw(9) << fixed << setprecision(3) << n; return 0; } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个