原创 C/C++保留小數位數

C++ 單純setprecison函數僅控制輸出位數 看例子 #include<iostream> #include<iomanip> using namespace std; int main() { float num