我尝试使用此代码,但给了我一个错误:constant 100000000000000000000000 overflows int64
我该如何解决?
// Initialise big numbers with small numbers
count, one := big.NewInt(100000000000000000000000), big.NewInt(1)
相关分类