double value cout format : Double « Data Type « C++. ... #include <iostream> using namespace std; int main() { double x = 12.0; cout.precision(2); ...
確定! 回上一頁