We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
from Volume 1. Elementary Problem Solving :: Big Number
给一个加法或乘法表达式。判断加数及和有没有超过int的能够表示的范围(2147483647)。
要用高精度加法和乘法。剩下的就是简单判断一下是否大于2147483647。