Run ID:143055
提交时间:2026-01-11 18:41:48
#include<iostream> using namespace std; int main(){ int a,b; while(1){ cin>>a>>b; cout<<a+b; } return 0; }