菜de嚣张 发表于 2021-3-9 20:32:30

输出最大值


逃兵 发表于 2021-3-9 20:54:49

n = list(map(int,input().split()))
print(max(n))
页: [1]
查看完整版本: 输出最大值