#include using namespace std; using ll =long long; #define all(v) v.begin(),v.end() #define rep(i,a,b) for(int i=a;i=b;i--) ll INF=2e18; int main() { ios::sync_with_stdio(false); cin.tie(0); cout<<1<<" "<<3<<" "<<8<<" "<<25<<" "<<74<<" "<<222<<" "<<667<<" "<<2000<<" "<<6000<