Run ID:109114

提交时间:2025-01-27 17:42:20

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