#7119: 一直答案錯誤??


eddie2003 (EVER SUN)

學校 : 國防大學理工學院
編號 : 28275
來源 : [140.132.98.137]
最後登入時間 :
2014-08-28 22:14:28
a002. 簡易加法 | From: [140.132.120.193] | 發表日期 : 2012-10-26 10:28

#include <iostream>
using namespace std;
int main()
{
    int N1,N2;
    cout<<"input two number ";
    while(cin >>N1>>N2)
    {
          cout<<"the answer is "<<N1+N2<<endl;
    }
}

 

 
ZeroJudge Forum