... i < ndigits; ++i) { double d = atof(first[i]); this->val += ... std::cout << numbers[i] << std::endl; } std::cout.precision(17); std::cout ...
確定! 回上一頁