600851475143 of type int is out of range
- 此数字大于
int
可存储的数字。附加.0
到数字转换的数目成double
其 可 代表该数字 - 而不是
.0
可以checkFactors(600851475143d)
确保数字是双精度而不是整数的方法

600851475143 of type int is out of range
int可存储的数字。附加
.0到数字转换的数目成
double其 可 代表该数字
.0可以
checkFactors(600851475143d)确保数字是双精度而不是整数的方法