我有一只狗
我有一只狗
全部文章
分类
题解(46)
归档
标签
去牛客网
登录
/
注册
我有一只狗的博客
全部文章
(共46篇)
题解 | #杨辉三角的变形#
while True: #大佬计算的一个规律 try: x = int(input()) if x < 3: &n...
Python3
2022-06-09
1
421
题解 | #截取字符串#
while True: try: zifuchuan = input() x = int(input())  ...
Python3
2022-06-09
1
266
题解 | #统计字符#
while True: try: zifuchun = input() x = 0 y = 0 &nbs...
Python3
2022-06-09
8
524
题解 | #统计每个月兔子的总数#
while True: try: n = int(input()) n1 = 1 #由于新兔子是从第三个月开始生的所以就赋值...
Python3
2022-06-09
1
222
题解 | #蛇形矩阵#
while True: try: x = int(input()) for i in range(1,x+1): &n...
Python3
2022-06-09
1
183
题解 | #图片整理#
while True: try: zifuchuan = input() list1 =[] list2...
Python3
2022-06-09
2
272
题解 | #单词倒排#
while True: try: zifuchuan = input() for zifu in zifuchuan: ...
Python3
2022-06-09
3
346
题解 | #删除字符串中出现次数最少的字符#
while True: try: zifuchuan = input() dic = {} for zi...
Python3
2022-06-09
6
655
题解 | #汽水瓶#
def qishiping(n): hede = n // 3 #计算能换的汽水瓶数目 kongde = n % 3 #不能换汽水瓶的数目 zongde = hede + kong...
Python3
2022-06-09
3
393
题解 | #简单密码#
while True: try: mima = input() list1 = list(mima) x...
Python3
2022-06-08
1
240
首页
上一页
1
2
3
4
5
下一页
末页