{"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 \\leq 32$\n*   All values in input are integers.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$K$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"panasonic2020_a","tags":[],"sample_group":[["6","2\n\nThe $6$\\-th element is $2$."],["27","5\n\nThe $27$\\-th element is $5$."]],"created_at":"2026-03-03 11:01:14"}}