#include #include int main(){ int n; std::cin >> n; std::cout << "1" << std::string('3',n-1) << std::endl; }