#include using namespace std; int main() { int N; cin>>N; if (N%2==0){ int K = N/2; for (int i=0;i<(N/2);i++){ cout<<'1'; } cout<