题解 | 复读机
复读机
https://www.nowcoder.com/practice/9d381551b6ab40c4b5c3c8d60fe4066e
for i in range(5):
a = input().strip()
if i == 2 :
f = float(a)
print(round(f,1))
else :
print(a)
复读机
https://www.nowcoder.com/practice/9d381551b6ab40c4b5c3c8d60fe4066e
for i in range(5):
a = input().strip()
if i == 2 :
f = float(a)
print(round(f,1))
else :
print(a)
相关推荐
kk_km:一看魏家凉皮就知道ip了
查看9道真题和解析