發表新討論
#24

TheShy0122(lili)
a003. 簡易加法 | From: [220.135.180.155] | 發表日期 : 2021-07-20 15:09

#include <iostream>

using namespace std;

int main(){

int a;
cin>>a;
int b;
cin>>b;
int c;
cin>>c;
int d;
cin>>d;

int temp1;
int temp2;
temp1 = a + b;
temp2 = c + d;

cout<<temp1<<endl;
cout<<temp2<<endl;

return 0;
}

 
文章性質 :
|
| 回應文章 | 回原始文章
ZeroJudge Forum