-
个人简介
肝力图用户近期没有做题或开启了隐私保护日 一 二 三 四 五 六LessMore -
最近发帖动态
发帖 map插入与遍历 - 题解 2024-4-9 17:54:13 m={} n=int(input()) for i in range(1,n+1): name, age=input().split() age=int(age) m[name]=age sorted_m=dict(sorted(m.ite... 发帖 作文标题 - 题解 2024-4-9 16:35:20 s=list(map(str,input().split())) ans=0 for word in s: for i in word: if i!=' ' and i!='\n': ans+=1 print(ans) 发帖 奇偶统计 - 题解 2024-4-9 16:19:31 n=map(int,input().split()) ans=0 total=0 for i in n: if i==0: break if i%2==0: ans+=1 else: total+=i print(ans) print(to... -
通过的题目
青铜 总共1题 -
最近活动
This person is lazy and didn't join any contests or homework. -
最近编写的题解
题目标签
- STL
- STL 1
- map
- map 1



