秋天的夜
秋天的夜
全部文章
分类
题解(14)
归档
标签
去牛客网
登录
/
注册
秋天的夜的博客
全部文章
(共14篇)
题解 | #牛牛的金币#
import math count=0 def judge(n): a=n%10 b=int(n/10)%10 c=int(n/100) d=math.pow(a,3)+math.pow(...
Python3
2022-03-13
1
451
题解 | #牛牛的金币#
list1=list(input()) str1='' str1=str1+list1[0] for i in range(len(list1)): if list1[i]==' ': i+=1 &nb...
Python3
2022-03-12
0
367
题解 | #牛牛的金币#
import math while True: try: a,b,c=map(float,input().split(' ')) derta=b*b-4*a*c...
Python3
2022-03-12
1
289
题解 | #牛牛的金币#
x,y=map(int,input().split(' ')) x1,y1=map(int,input().split(' ')) if x1-x==1 and y1==y: print('r') elif x1-x==(-1) and y1==y: print('l') elif x1==x an...
Python3
2022-03-11
0
264
首页
上一页
1
2
下一页
末页