证毕


私信TA

用户名:uq_84608482620

访问量:2482

签 名:

等  级
排  名 1759
经  验 2660
参赛次数 0
文章发表 21
年  龄 0
在职情况 学生
学  校 NUAA
专  业 物理学

  自我简介:

解题思路:

注意事项:

参考代码:

from decimal import *
n = int(input())
t0 = 0
while True:
	try:
		x,y,num=map(int,input().split())
		t0 += (x**2+y**2)**0.5/25+1.5*num
		t = Decimal(t0).quantize(Decimal('0'),rounding = ROUND_CEILING)
		
	except:
		break

print(t)


 

0.0分

0 人评分

  评论区

  • «
  • »