保留几位小数

#include<iomanip>

cout << setiosflags(ios::fixed) << setprecision(2);

posted @ 2019-10-20 19:36  Tomorrow1126  阅读(108)  评论(0)    收藏  举报