--我在下面编写了一段代码,如果信息是以以下格式提供的,它将给我提供完美的结果:secGate = NAND(1, 2)first=NAND(inpA, inpB, inpC) //no space before and after "="
sec = NAND(size_t first_index_nand, second_
parse error on input `='这里是我的代码:nAnd x y = if (x==False && y == False)|| x/=y then True else False
nAnd x y | if ((x == False && y == False) || x/=y) = True