武定路0913
武定路0913
全部文章
题解
归档
标签
去牛客网
登录
/
注册
武定路0913的博客
全部文章
/ 题解
(共17篇)
题解 | #计算某字符出现次数#
while True: try: input_str = input() &n...
Python3
2021-11-24
0
360
题解 | #字符串字符匹配#
while True: try: short_list = list(input()) &...
Python3
2021-11-24
0
346
题解 | #字符串最后一个单词的长度#
while True: try: want_list = input().split(" ") &nbs...
Python3
2021-11-24
2
1151
题解 | #删除字符串中出现次数最少的字符#
while True: try: want_list = list(input()) &n...
Python3
2021-11-24
0
354
题解 | #输入n个整数,输出其中最小的k个#
while True: try: total_num, want_num = list(map(int, ...
Python3
2021-11-24
0
341
题解 | #整型数组合并#
while True: try: first_num = int(input()) &nb...
Python3
2021-11-24
6
1139
题解 | #句子逆序#
while True: try: want_str = input() &nb...
Python3
2021-11-24
0
316
首页
上一页
1
2
下一页
末页