#include using namespace std; #define ALL(x) x.begin(),x.end() #define rep(i,n) for(int i=0;i<(n);i++) #define debug(v) cout<<#v<<":";for(auto x:v){cout<bool chmax(T &a,const T &b){if(abool chmin(T &a,const T &b){if(b ans; void fill(){ ans.push_back(1); for(ll i=m+1;ans.size()<=10;i++){ bool f=true; for(ll j=2;j<=m;j++){ if(i%j==0){ f=false; break; } } if(f) ans.push_back(i); } } signed main(){ cin.tie(0); ios::sync_with_stdio(0); // fill(); ll res[]={1, 100003, 100019, 100043, 100049, 100057, 100069, 100103 ,100109,100129,100151}; int n;cin>>n; cout<