题解 | #最高分数#

最高分数

https://www.nowcoder.com/practice/52c18a3b49a54fc98107fbdde1415f90

# 从键盘输入三个整数表示的分数,用空格分隔
scores = input().split()

# 将分数转换为整数类型
scores = [int(score) for score in scores]

# 找出最高分
max_score = max(scores)

# 输出最高分
print(max_score)

全部评论

相关推荐

代码飞升:别用口语,后端就写后端,前端就写前端,最后别光后悔
点赞 评论 收藏
分享
06-11 13:34
门头沟学院 C++
offe从四面八方来:我真的没时间陪你闹了
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务