API Response (JSON)
{
"problem": {
"name": "Odd vs Even",
"description": {
"content": "Given is a positive integer $N$. Which are there more of, positive odd divisors of $N$ or positive even divisors of $N$? You will be given $T$ test cases. Solve each of them.",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "arc116_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Given is a positive integer $N$. Which are there more of, positive odd divisors of $N$ or positive even divisors of $N$?\nYou will be given $T$ test cases. Solve each of them.\n\n## Constraints\n\n* All ...",
"is_translate": false,
"language": "English"
}
]
}