摘要:
#include #include //用setprecision(n)设置精度,其中n表示精确到小数点后n位 using namespace std; void main() { double aa = 10; cout << fixed << setprecision(500) << aa << endl; system("pause"); ... 阅读全文
posted @ 2017-11-23 18:18
P_langen
阅读(13530)
评论(0)
推荐(0)
浙公网安备 33010602011771号