#include using namespace std; using namespace chrono; int main() { int n; cin >> n; cout << string(n, '0') << "10" << endl; return 0; }