#include <iostream>
using namespace std;
int main(int argc, char** argv) {
cout<<"100000000000"<<" "<<"100000000000"<<endl;
return 0;
}
注 : 我知道可能益位
#include
using namespace std;
int main(int argc, char** argv) {
cout<<"100000000000"<<" "<<"100000000000"<<endl;
return 0;
}
注 : 我知道可能益位
因為 a b 型態為 int
所以範圍是從 -2147483648 (-2^32 ) ~ 2147483647 (2^32 -1)
另外,a+b 的型態也會是 int
所以只要輸入任意兩數,使得相加後會超出最大值 (2147483647)即可
以下是我的部落格,歡迎參考
http://dreamisadream97.pixnet.net/blog