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


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


#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