题解 | 统计牛客网数据

nums = input().split()
nums =  [int(num) for num in nums]

max_nums = max(nums)

min_nums = min(nums)

total = sum(nums)

print(max_nums)
print(min_nums)
print(total)

全部评论

相关推荐

03-11 10:06
已编辑
河南师范大学 C++
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客企业服务