This commit is contained in:
pplokijuhyg 2019-12-26 14:18:45 +08:00
parent a702d779f6
commit 16dca10460

View File

@ -8,5 +8,7 @@
|shot|16|-32768|32767| |shot|16|-32768|32767|
|int|32|-2^31^|2^31^-1| |int|32|-2^31^|2^31^-1|
|long|64|-2^63^|2^63^-1| |long|64|-2^63^|2^63^-1|
所有未超过int大小的类性都判断为int 所有未超过int大小的类性都判断为int 超过了为long
想设置为long 在数字后面加大写 L
### 浮点数