unadlib

关注

PTA L1-067:洛希极限 (python)

unadlib

关注

阅读 221

2022-03-11

一、题目要求

在这里插入图片描述
在这里插入图片描述

二、参考代码

s=input().split()
r=float(s[0])
if s[1]=='0':
    r*=2.455
else:
    r*=1.26
print('%.2f'%(r),end=' ')
if r<float(s[2]):
    print('^_^')
else:
    print('T_T')

相关推荐

自由情感小屋

L1-067 洛希极限 (10 分)(C语言)

自由情感小屋 180 0 0

天涯学馆

PTA L1-027 python实现

天涯学馆 144 0 0

前行的跋涉者

PTA L1-017 python实现

前行的跋涉者 145 0 0

鲤鱼打个滚

PTA L1-034 python实现

鲤鱼打个滚 194 0 0

杨小羊_ba17

PTA L1-032 python实现

杨小羊_ba17 141 0 0

Brose

PTA L1-002:打印沙漏(python)

Brose 209 0 0

橙子好吃吗

PTA L1-028:判断素数 (python)

橙子好吃吗 248 0 0

归零者245号

PTA L1-055:谁是赢家 (python)

归零者245号 125 0 0

fbd4ffd0717b

PTA L1-054:福到了 (python)

fbd4ffd0717b 147 0 0

月孛星君

PTA L1-018:大笨钟 (python)

月孛星君 103 0 0

精彩评论(0)

0 0 举报