题解 | 成绩输入输出

成绩输入输出

https://www.nowcoder.com/practice/eb49750ef0de47168c21761de086d97c

# import sys

# for line in sys.stdin:
#     a = line.split()
#     print(int(a[0]) + int(a[1]))

chengji = input().split()
l1 = list([int(chengji[0]),int(chengji[1]),int(chengji[2])])
# l1.sort()
print(f'score1={l1[0]},score2={l1[1]},score3={l1[2]}')

全部评论

相关推荐

评论
点赞
收藏
分享

创作者周榜

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