#include using namespace std; int main() { // your code goes here int a; int one; cin >> a; one = a/2; for(int i = 0; i < one; i++ ){ cout << "1"; } cout << endl; return 0; }