求最值问题

代码

1
print(sum([int(x) for x in input().split(' ')]))