P5744 【深基7.习9】培训(python3实现)

【深基7.习9】培训 - 洛谷
"""
P5744 【深基7.习9】培训(python3实现)
https://www.luogu.com.cn/problem/P5744

"""

n=int( input() )

while n>0:

a=input().split()

name=a[0]

age = int(a[1])

v = int(a[2])

age += 1

v = int(v * 1.2)

if v >= 600:
v = 600

print("%s %d %d"%(name, age, v))

n-=1

P1287 盒子与球(python3实现)https://blog.csdn.net/dl

P5744 【深基7.习9】培训(python3实现)最先出现在Python成神之路

版权声明:
作者:感冒的梵高
链接:https://www.techfm.club/p/16764.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>