#include <inttypes.h> ... inline std::string i64tostr(int64_t n) { return strprintf("%"PRId64, n); // <-- errors here. } ... 错误是:
確定! 回上一頁