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