编译原理-翻译布尔表达式

0x01 题目描述 Input 多组输入,每组输入为一行字符串,例如: a < b or c < d and e < f 每一个符号都用空格间隔 Output 假链跳到0,真链跳到1,表达式序号从100开始排。 Example Input 1 a < b or c < d and e < f Example Output 100(j<,a,b,1) 101(j,_,_,102) 102(
相关文章
相关标签/搜索