#include<iostream> using namespace std; int main(){ int i,m,n; cin>>i,m,n; for(int i=1;i<=1000;i++){ cout<<i<<""; } }