一、 输入包括两个正整数a,b(1 <= a, b <= 10^9),输入数据包括多组。 输入 #include <iostream> using namespace std; int main(){ int a,b; while(cin>>a>>b){ if(a==0&&b=...