应该是 %I64d吧
%[flags] [width] [.precision] [{h | l | I64 | L}]type
这个是格式化字符串的模式。
其中flags是指正负号和前导0或空格
width是输出宽度
precision是精度
{h | l | I64 | L}是可选的类型前辍
type是输出类型标识如 d, i, o, x, c, s等
应该是 %I64d吧
%[flags] [width] [.precision] [{h | l | I64 | L}]type
这个是格式化字符串的模式。
其中flags是指正负号和前导0或空格
width是输出宽度
precision是精度
{h | l | I64 | L}是可选的类型前辍
type是输出类型标识如 d, i, o, x, c, s等