Golang 溢出 int64

我尝试使用此代码,但给了我一个错误:constant 100000000000000000000000 overflows int64


我该如何解决?


// Initialise big numbers with small numbers

count, one := big.NewInt(100000000000000000000000), big.NewInt(1)


米琪卡哇伊
浏览 208回答 2
2回答
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Go