%d, %ld, %lld 区别

相信下面几个表达方式,就能说明问题吧:编译器 %d=int, it %ld=long, 编译 %lld=long long; 在32位编译器上,int=long=32bit;long long=64bit。 不用解释了吧。
相关文章
相关标签/搜索