刘氏孤儿
刘氏孤儿
全部文章
题解
归档
标签
去牛客网
登录
/
注册
刘氏孤儿的博客
全部文章
/ 题解
(共16篇)
python
while True: try: m = int(input()) list1 = list(map(int,input().split())) n = int(input()) list2 = list(map(int,inp...
2021-01-13
0
541
python
while True: try: string = str(input()) character_list = list(set(string)) find=False for character in string: ...
2021-01-13
0
505
python
while True: try: number_people = int(input()) acsend_order = int(input()) #升序?0 为降序 total_list=[] for i in range...
2021-01-13
0
756
python
while True: try: roadmap = str(input()) location=[0,0] steps = list(roadmap.split(';')) for i in steps: ...
2021-01-12
0
465
python
while True: try: num_name = int(input()) name_list=[] for i in range(num_name): name = str(input()).lower() ...
2021-01-12
1
626
python
while True: try: num_name = int(input()) name_list=[] for i in range(num_name): name = str(input()).lower() ...
2021-01-12
0
448
首页
上一页
1
2
下一页
末页