{"raw_statement":[{"iden":"problem statement","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"},{"iden":"constraints","content":"*   $1 \\leq K \\leq 32$\n*   All values in input are integers."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$K$"},{"iden":"sample input 1","content":"6"},{"iden":"sample output 1","content":"2\n\nThe $6$\\-th element is $2$."},{"iden":"sample input 2","content":"27"},{"iden":"sample output 2","content":"5\n\nThe $27$\\-th element is $5$."}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}