牛客859024146号
牛客859024146号
全部文章
题解
归档
标签
去牛客网
登录
/
注册
牛客859024146号的博客
全部文章
/ 题解
(共17篇)
题解 | #你能活多少秒#
import math from decimal import Decimal a,b,c=map(float,input().split()) length1=a+b+c p=length1/2 m=p*(p-a)*(p-b)*(p-c) m1=math.s...
2021-08-05
0
322
题解 | #你能活多少秒#
import math from decimal import Decimal a,b=map(int,input().split()) b1=float(b/100) c=a/math.pow(b1,2) c1=Decimal(c).quantize(Dec...
2021-08-05
0
373
题解 | #你能活多少秒#
from decimal import Decimal a,b,c=map(float,input().split()) e=a+b+c d=e/3 d1=Decimal(d).quantize(Decimal('0.00')) e1=Decimal(e).quanti...
2021-08-05
0
361
题解 | #你能活多少秒#
from decimal import Decimal a,b,c=map(float,input().split()) e=a+b+c d=e/3 d1=Decimal(d).quantize(Decimal('0.00')) e1=Decimal(e).quantize(Decimal('0.0...
2021-08-05
0
270
题解 | #你能活多少秒#
a=int(input()) b=a//3600 c=(a-3600*b)//60 d=a-3600*b-60*c print(b,c,d)
2021-08-05
0
293
题解 | #你能活多少秒#
def power(x=10,n=7): s=1 while n>0: n=n-1 s=sx return sage=int(input())second=3.156power(10,7)print(int(age*second))
2021-08-05
0
312
题解 | #我是大V#
for i in range(2): for j in range(7): if j>4: print('',end='') else: print(' ',end='') print()for i in ra...
2021-08-04
0
347
首页
上一页
1
2
下一页
末页