API Response (JSON)
{
"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## Cons...",
"is_translate": false,
"language": "English"
}
]
}