#includeusing namespace std ;int main(){ int a , b ; while ( cin >> a >> b ) cout << a + b << endl ; return 0 ;}
晕,这么早就参加ACM