{"problem":{"name":"Penalty Kick","description":{"content":"Takahashi will have $N$ penalty kicks in a soccer match. For the $i$\\-th penalty kick, he will fail if $i$ is a multiple of $3$, and succeed otherwise. Print the results of his penalty kicks.","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc348_a"},"statements":[{"statement_type":"Markdown","content":"Takahashi will have $N$ penalty kicks in a soccer match.\nFor the $i$\\-th penalty kick, he will fail if $i$ is a multiple of $3$, and succeed otherwise.\nPrint the results of his penalty kicks.\n\n## Constraints\n\n*   $1 \\leq N \\leq 100$\n*   All inputs are integers.\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":"abc348_a","tags":[],"sample_group":[["7","ooxooxo\n\nTakahashi fails the third and sixth penalty kicks, so the third and sixth characters will be `x`."],["9","ooxooxoox"]],"created_at":"2026-03-03 11:01:14"}}