大数计算用Python爽到爆 摘要:import sys sys.set_int_max_str_digits(50000000)# 增加到50000000位 n=int(input()) s=1 for i in range(…… 题解列表 2024年07月14日 0 点赞 0 评论 193 浏览 评分:9.9
一行代码解决 摘要:print(len([i for i in list(map(int, input().split())) if i & (i - 1) == 0]) if input() else 0)…… 题解列表 2024年07月14日 4 点赞 3 评论 1465 浏览 评分:9.0
对方干净利落的特点 摘要:解题思路:无注意事项:无参考代码:print("**************************")print("Hello World!")print("********************…… 题解列表 2024年07月11日 2 点赞 0 评论 694 浏览 评分:9.9
趣味儿童与人格不好 摘要:解题思路:无注意事项:无参考代码:b=input()b=int(b)e=0for i in range(2,b): if b%i==0: e=1 breakif e=…… 题解列表 2024年07月11日 0 点赞 0 评论 162 浏览 评分:0.0
时间和哥哥回归回归回归回归回归健康的规划 摘要:解题思路:无注意事项:无参考代码:m=input()m=int(m)r=[]j=0for w in range(2,m+1): j=1 r=[] r.append(1) …… 题解列表 2024年07月10日 0 点赞 0 评论 212 浏览 评分:0.0
球弹跳高度 摘要:解题思路:累加高度注意事项:参考代码:h=int(input())m=hfor i in range(10): m=m+h h=h/2print('%g'%m)print(…… 题解列表 2024年07月09日 0 点赞 0 评论 278 浏览 评分:2.0
好好考哈回家后即可交话费 摘要:解题思路:注意事项:参考代码:while True: try: a,b=map(int,input().strip().split()) print(a+b) except: break…… 题解列表 2024年07月09日 0 点赞 0 评论 792 浏览 评分:9.9
分阶段咖啡粉就更加丰富和空间 摘要:解题思路:无注意事项:无参考代码:k=99while k<999: k=k+1 bai=k/100 bai=int(bai) shi=(int)((k-bai*100)/10)…… 题解列表 2024年07月07日 0 点赞 0 评论 166 浏览 评分:0.0
2836: 数组逆序重放 摘要:解题思路:注意事项:参考代码:n=int(input())s=list(map(int,input().split()))sq=s[::-1]print(*sq)…… 题解列表 2024年07月07日 0 点赞 0 评论 229 浏览 评分:0.0
2816: 统计满足条件的4位数个数 摘要:解题思路:注意事项:参考代码:n=int(input())a=[0]*na=list(map(str,input().split()))t=0def judgetrue(x): if int(i…… 题解列表 2024年07月06日 0 点赞 0 评论 172 浏览 评分:0.0