方法比较直接(Python) 摘要:zfc='qwertyuiopasdfghjklzxcvbnm'tj=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,]whi…… 题解列表 2021年04月16日 0 点赞 0 评论 192 浏览 评分:0.0
编写题解 1251: 统计字母个数 摘要:解题思路:注意事项:参考代码:stri='' while True: try: stg='' sti=map(str,i…… 题解列表 2022年02月15日 0 点赞 0 评论 179 浏览 评分:0.0
统计字母个数 摘要:解题思路:注意事项:参考代码:L = list(input())while '#'not in L: L.extend(input())for i in range(ord(&#…… 题解列表 2023年04月06日 0 点赞 0 评论 67 浏览 评分:0.0