... std::vector; int main() { vector<double> dfloats {-3.5, -21.1, -1.99, 0.129, 2.5, 3.111}; for (auto &item : dfloats) { cout << "round(" ...
確定! 回上一頁