#include using namespace std; using ll=long long; using pll=pair; using tll=tuple; using ld=long double; const ll INF=(1ll<<60); #define rep(i,n) for(ll i=0;i<(ll)(n);i++) #define all(v) v.begin(),v.end() template void chmin(T &a,T b){ if(a>b){ a=b; } } template void chmax(T &a,T b){ if(a> n; vector ans={16777216,25165824,29360128,35651584,38797312,41418752,42729472,43384832,44105728,44597248,44711936,44818432,44847104,44873728,44905472,44912128,44914432,44915072,44916416,44916512,44916848,44917256,44917324,44917342,44917381}; rep(i,n) cout << ans[i] << ' '; cout << '\n'; }