ditch-11
ditch-11
全部文章
题解
归档
标签
去牛客网
登录
/
注册
ditch-11的博客
let today = new beginning();
全部文章
/ 题解
(共1篇)
题解 | #计算表达式#
while True: try: s = input() print(int(eval(s))) except: break #include<bits/stdc++.h> using namespace std; i...
Python3
C++
2022-03-26
1
513