ZeroJudge & UVa Online Judge answers
#includeusing namespace std;int main(){ int i, j; while( cin >> i >> j ) cout << i+j << endl; return 0; }
No comments:
Post a Comment