#include using namespace std; int main(){ int N; cin>>N; int a=1; for(int i=1;i<=(N/2+1);i++) a*=10; for(int i=1;i<=a;i++){ if(a%i==0) cout<