#include using namespace std; int main() { int N; cin >> N; cout << 9 << string(N-1, '0') << endl; }