我有一只狗
我有一只狗
全部文章
题解
归档
标签
去牛客网
登录
/
注册
我有一只狗的博客
全部文章
/ 题解
(共46篇)
题解 | #截取字符串#
while True: try: zifuchuan = input() x = int(input())  ...
Python3
2022-06-09
1
281
题解 | #统计字符#
while True: try: zifuchun = input() x = 0 y = 0 &nbs...
Python3
2022-06-09
8
538
题解 | #统计每个月兔子的总数#
while True: try: n = int(input()) n1 = 1 #由于新兔子是从第三个月开始生的所以就赋值...
Python3
2022-06-09
1
239
题解 | #蛇形矩阵#
while True: try: x = int(input()) for i in range(1,x+1): &n...
Python3
2022-06-09
1
188
题解 | #图片整理#
while True: try: zifuchuan = input() list1 =[] list2...
Python3
2022-06-09
2
282
题解 | #单词倒排#
while True: try: zifuchuan = input() for zifu in zifuchuan: ...
Python3
2022-06-09
3
358
题解 | #删除字符串中出现次数最少的字符#
while True: try: zifuchuan = input() dic = {} for zi...
Python3
2022-06-09
6
676
题解 | #汽水瓶#
def qishiping(n): hede = n // 3 #计算能换的汽水瓶数目 kongde = n % 3 #不能换汽水瓶的数目 zongde = hede + kong...
Python3
2022-06-09
3
399
题解 | #简单密码#
while True: try: mima = input() list1 = list(mima) x...
Python3
2022-06-08
1
246
题解 | #求int型正整数在内存中存储时1的个数#
while True: try: n = int(input()) m = bin(n) #转换成二进制的形式 &nbs...
Python3
2022-06-08
2
212
首页
上一页
1
2
3
4
5
下一页
末页