{"problem":{"name":"Print 341","description":{"content":"Given a positive integer $N$, print a string of $N$ zeros and $N+1$ ones where `0` and `1` alternate.","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc341_a"},"statements":[{"statement_type":"Markdown","content":"Given a positive integer $N$, print a string of $N$ zeros and $N+1$ ones where `0` and `1` alternate.\n\n## Constraints\n\n*   $N$ is an integer.\n*   $1 \\leq N \\leq 100$\n\n## Input\n\nThe input is given from Standard Input in the following format:\n\n$N$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc341_a","tags":[],"sample_group":[["4","101010101\n\nA string of four zeros and five ones where `0` and `1` alternate is `101010101`."],["1","101"],["10","101010101010101010101"]],"created_at":"2026-03-03 11:01:14"}}