"%lld"和"%llu"是linux下gcc/g++用于long long int类型(64 bits)输入输出的格式符, 而"%I64d"和"%I64u"则是Microsoft VC++库里用于输入输出__int64类型的格式说明