表达式求值
https://www.nowcoder.com/practice/9566499a2e1546c0a257e885dfdbf30d
import sys print(int(eval(input())))
暂无评论,快来抢首评~
相关推荐