#7989: WA错误


qq784400487 (Steven)

學校 : 不指定學校
編號 : 33675
來源 : [61.154.15.189]
最後登入時間 :
2013-09-12 13:31:25
a002. 簡易加法 | From: [61.154.15.189] | 發表日期 : 2013-07-22 22:44

冗余输出和输出短小,代码附下:

#include<iostream>

using namespace std;

int main(){

    int a,b,c,d;

    cin>>a>>b;

    cout<<"\n";

    cin>>c>>d;

    cout<<(a+b)<<"\n"<<(c+d);

    return 0; 

}

 

 
ZeroJudge Forum