{"raw_statement":[{"iden":"statement","content":"给定一个不包含空白符的字符串，请判断是否是 C 语言合法的标识符号。题目保证这些字符串一定不是 C 语言的保留字。\n\nC 语言标识符要求：\n\n1. 非保留字；\n2. 只包含字母、数字及下划线（`_`）；\n3. 不以数字开头。"},{"iden":"input","content":"一行，包含一个字符串，字符串中不包含任何空白字符，且长度不大于 $20$。"},{"iden":"output","content":"一行，如果它是 C 语言的合法标识符，则输出 yes，否则输出 no。"}],"translated_statement":null,"sample_group":[["RKPEGX9R;TWyYcp","no"]],"show_order":[],"formal_statement":null,"simple_statement":null,"has_page_source":false}