201903-2 二十四点

Posted richardodliu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了201903-2 二十四点相关的知识,希望对你有一定的参考价值。

n = int(input())
result = []
for i in range(n):
temp = str(input())
if("x" in temp):
temp = temp.replace("x","*")
if("/" in temp):
temp = temp.replace("/","//")
if(eval(temp) == 24):
result.append("Yes")
else:
result.append("No")
for i in result:
print(i)

以上是关于201903-2 二十四点的主要内容,如果未能解决你的问题,请参考以下文章

CSP 201903-2 二十四点 python (python有如神助)

ccf 201903-2 二十四点 python

CCF 201903-2 二十四点 100分

二十四点

二十四点游戏

Scala开发二十四点游戏