牛客155969019号
牛客155969019号
题解
题解 | #表达式求值#
全部文章
题解
归档
标签
去牛客网
登录
/
注册
题解 | #表达式求值#
8750 浏览
14 回复
2021-10-17
牛客155969019号
+关注
表达式求值
http://www.nowcoder.com/practice/9566499a2e1546c0a257e885dfdbf30d
while True: try: print(int(eval(input()))) except: break
Python3
字符串
表达式求值
待验证
python
字符串-中等
python3-字符串
举报
收藏 21
赞 130
评论加载中...