API Response (JSON)
{
"problem": {
"name": "Kth Term",
"description": {
"content": "Print the $K$\\-th element of the following sequence of length $32$: 1, 1, 1, 2, 1, 2, 1, 5, 2, 2, 1, 5, 1, 2, 1, 14, 1, 5, 1, 5, 2, 2, 1, 15, 2, 2, 5, 4, 1, 4, 1, 51",
"description_type": "Markdown"
},
"platform": "AtCoder",
"limit": {
"time_limit": 2000,
"memory_limit": 262144
},
"difficulty": "None",
"is_remote": true,
"is_sync": true,
"sync_url": null,
"sign": "panasonic2020_a"
},
"statements": [
{
"statement_type": "Markdown",
"content": "Print the $K$\\-th element of the following sequence of length $32$:\n\n1, 1, 1, 2, 1, 2, 1, 5, 2, 2, 1, 5, 1, 2, 1, 14, 1, 5, 1, 5, 2, 2, 1, 15, 2, 2, 5, 4, 1, 4, 1, 51\n\n## Constraints\n\n* $1 \\leq K \\l...",
"is_translate": false,
"language": "English"
}
]
}