eolymp
bolt
Try our new interface for solving problems
Problems

The sum of the largest and the smallest

published at 1/11/24, 6:18:46 pm

a=int(input()) n=list (map (float,input().split())) for i in n: print(max(n))