Run ID:143089
提交时间:2026-01-11 18:52:11
#include<bits/stdc++.h> using namespace std; int a,b; int main(){ while(cin>>a>>b){ if(a==0&&b==0){ cout<<a+b<<endl; }else{ return 0; } } return 0; }