编写题解 1687: 数据结构-字符串连接 摘要:解题思路:注意事项:参考代码:for x in range(3): a = input().split() if len(a[0]+a[1])>100: print("Res…… 题解列表 2023年05月19日 0 点赞 0 评论 79 浏览 评分:0.0
编写题解 1687: 数据结构-字符串连接 摘要:解题思路:注意事项:参考代码:a,b = map(str,input().split())c,d = map(str,input().split())e,f = map(str,input().spl…… 题解列表 2021年11月30日 0 点赞 0 评论 202 浏览 评分:0.0