Run ID:2242

提交时间:2023-12-23 00:04:27

#include<iostream> using namespace std; int main() { int a,b; while(cin>>a>>b) cout<<a+b<<endl; return 0; }