BruceLin110
BruceLin110
全部文章
分类
归档
标签
去牛客网
登录
/
注册
BruceLin110的博客
全部文章
(共2篇)
题解 | #字符串计数#
while True: try: inputs = list(map(str, input().split())) s1 = inputs[0] s2 = inputs[1] len1 = int(inputs[2]) ...
2023-10-20
0
349
题解 | #四则运算#
#输入有其它括号,换成() equation = list(map(str,input().replace('[','(').replace(']',')').replace('{','(').replace('}',')'))) new_equation = [] for i in range(l...
2023-10-19
0
320