ACM STEP1.1.1

#include <iostream> using namespace std; int main(int argc, const char * argv[]) { int a,b; while(cin >>a>>b) { cout <<a+b<<endl; } return 0; }
相關文章
相關標籤/搜索