题解 | #最高分与最低分之差#

最高分与最低分之差

http://www.nowcoder.com/practice/e0e4f81dcd55408a8973f8033bbeb1d2

#2022/5/31 16:34
n=int(input())
N=list(map(int,input().split()))
ma=max(N)
mi=min(N)
print(ma-mi)
全部评论

相关推荐

评论
点赞
收藏
分享

创作者周榜

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