题解 | #网页的生成#
网页的生成
https://www.nowcoder.com/practice/eafb4afa3d504fcaadf313bdd4b90148
def doubleHeight(h):
return h * 2
heightlist = list(map(int,input().split()))
for height in heightlist:
print(doubleHeight(height))
网页的生成
https://www.nowcoder.com/practice/eafb4afa3d504fcaadf313bdd4b90148
def doubleHeight(h):
return h * 2
heightlist = list(map(int,input().split()))
for height in heightlist:
print(doubleHeight(height))
相关推荐
查看1道真题和解析
牛客41406533...:回答他在课上学,一辈子待在学校的老教授用三十年前的祖传PPT一字一句的讲解,使用谭浩强红皮书作为教材在devc++里面敲出a+++++a的瞬间爆出114514个编译错误来学