int main() { int64_t iaVal = (int64_t)9007199258935295; double daVal = (double)iaVal; std::cout << "original " << iaVal << "\tAfter ...
確定! 回上一頁