#7411: 個人解法~請大大參考參考~


thestp51112 (arc)

學校 : 臺北市立成功高級中學
編號 : 29713
來源 : [220.133.48.206]
最後登入時間 :
2013-09-21 20:39:56
d063. 0 與 1 -- 板橋高中教學題 | From: [220.133.48.206] | 發表日期 : 2013-01-22 23:29

#include<iostream>

using namespace std;

int main()

{

int a;

while(cin>>a)

{

cout<<~a+2<<endl;

}

 
ZeroJudge Forum