#44279: 利用int變數的溢位


yp11351280@yphs.tp.edu.tw (710-43)

學校 : 臺北市私立延平高級中學
編號 : 276272
來源 : [203.72.178.1]
最後登入時間 :
2024-11-19 17:48:52
c221. A+B problem (駭客題) | From: [203.72.178.1] | 發表日期 : 2024-11-19 17:54

2147483647+任意數(<=2147483647)==溢位==正確答案

輸入均合法(<=2147483647)

#include<bits/stdc++.h>
using namespace std;
int main(){
    cout<<"2147483647"<<" "<<"1"<<endl;
}

 
ZeroJudge Forum