include #include using namespace std; int main() { int num = 45; cout << "it is: " << fixed << setprecision(2) << num << " the end"<< endl; return 0; }
確定! 回上一頁