longlongint和int的区别【点击查看详情】
1、内存大小不同:int占用4个字节(32位),而longlongint占用8个字节(位)。2、取值范围不同:int的取值范围是负21474838到21474837(对于有符号整数),而longlongint的取值范围则更大。
相关视频/文章