{"raw_statement":[{"iden":"problem statement","content":"Given a positive integer $N$, print a string of $N$ zeros and $N+1$ ones where `0` and `1` alternate."},{"iden":"constraints","content":"*   $N$ is an integer.\n*   $1 \\leq N \\leq 100$"},{"iden":"input","content":"The input is given from Standard Input in the following format:\n\n$N$"},{"iden":"sample input 1","content":"4"},{"iden":"sample output 1","content":"101010101\n\nA string of four zeros and five ones where `0` and `1` alternate is `101010101`."},{"iden":"sample input 2","content":"1"},{"iden":"sample output 2","content":"101"},{"iden":"sample input 3","content":"10"},{"iden":"sample output 3","content":"101010101010101010101"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}