{"raw_statement":[{"iden":"statement","content":""},{"iden":"input","content":"The input contains a single integer _a_ (10 ≤ _a_ ≤ 999)."},{"iden":"output","content":"Output 0 or 1."},{"iden":"examples","content":"Input\n\n13\n\nOutput\n\n1\n\nInput\n\n927\n\nOutput\n\n1\n\nInput\n\n48\n\nOutput\n\n0"}],"translated_statement":[{"iden":"statement","content":"输入包含一个整数 #cf_span[a] (#cf_span[10 ≤ a ≤ 999])。\n\n请输出 0 或 1。\n\n"},{"iden":"input","content":"输入包含一个整数 #cf_span[a] (#cf_span[10 ≤ a ≤ 999])。"},{"iden":"output","content":"请输出 0 或 1。"},{"iden":"examples","content":"输入\n13\n输出\n1\n输入\n927\n输出\n1\n输入\n48\n输出\n0"}],"sample_group":[],"show_order":[],"formal_statement":"Given: $ a \\in \\mathbb{Z} $, $ 10 \\leq a \\leq 999 $\n\nOutput: $ \\begin{cases} 0 & \\text{if } \\text{condition} \\\\ 1 & \\text{otherwise} \\end{cases} $\n\n(Note: The condition for outputting 0 or 1 is not specified in the input.)","simple_statement":null,"has_page_source":false}