#include<bits/stdc++.h> using namespace std; int main(){ int n,m[n+1]; cin>>n; for(int i;i<n;i++){ cout<<m; } return 0; }