view double number
Đã đăng
4 năm trước
double d = 3.14159265358979;
cout.precision(10);
cout << "Pi: " << fixed << d << endl;