C++中打印uint64_t时间:2025-01-31 08:51:51#include <> uint64_t t = 1; printf("%" PRId64 "\n", t); 注意 要使用 PRId64