#15610: 我腦袋有洞,不要理我!


ufve0704 (爬 我爬 我爬爬爬 有排行榜這種東西就是要爬 爬過我上面的那...)

學校 : 臺北市私立延平高級中學
編號 : 83268
來源 : [203.72.178.1]
最後登入時間 :
2023-10-30 13:02:50
a002. 簡易加法 | From: [203.72.178.252] | 發表日期 : 2018-10-15 10:55

#include <iostream>
using namespace std;
int b,c;
int a(int,int);
int main(int argc, char** argv) {
while(cin>>b>>c){
cout<<a(b,c)<<endl;
}
}
int a(int d,int e){
int f;
f=d+e;
return f;
}

我以為會比較快!!!!XD

 
ZeroJudge Forum