我有一只狗
我有一只狗
全部文章
分类
题解(46)
归档
标签
去牛客网
登录
/
注册
我有一只狗的博客
全部文章
(共46篇)
题解 | #记票统计#
while True: try: num = int(input()) l_name = input().split()  ...
Python3
2022-05-31
1
221
题解 | #走方格的方案数#
def bushu(x,y): if x < 0 or y < 0: return 0 elif x == 0 or y == 0: ...
Python3
2022-05-30
2
261
题解 | #密码强度等级#
#小白做题 写这个题的时候感觉奖励逻辑部分有问题,参考答案也有点问题,求大神指教 while True: try: mima = input() &nb...
Python3
2022-05-29
1
225
题解 | #字符串字符匹配#
#小白做题 勿喷,有错误可以指出 while True: try: duanzifu = input() changzifu = input() &nb...
Python3
2022-05-28
1
246
题解 | #统计大写字母个数#
#小白做题 勿喷,有错的或者可以简写的希望帮忙指出 while True: try: shuru = input() count = 0 ...
Python3
2022-05-28
1
231
题解 | #最长回文子串#
#小白做题 勿喷,有错误的地方可以指出 while True: try: zifuchuan = input() list1 = [] &...
Python3
2022-05-28
7
721
首页
上一页
1
2
3
4
5
下一页
末页