#include<bits/stdc++.h> using namespace std; int a=1,b=1; int main(){ while(a!=0&&b!=0) cout<<a+b<<endl; return 0; }