Run ID:109113
提交时间:2025-01-27 17:41:58
#include<iostream> using namespace std; int main(){ int a,b; while(cin>>a){ cin>>b; cout<<a+b; } }