摘要:        
1001. #include <iostream>using namespace std; int main(){	int a, b;	while (cin>>a>>b)	{ cout << a + b << endl;	}} tips:如果用到cin>> 或 cout<< ,需要: using n    阅读全文
            
                posted @ 2018-02-09 15:59
LeahLCY
阅读(114)
评论(0)
推荐(0)
            
        
                    
                
        2018年2月9日