79360989

Date: 2025-01-16 09:32:30
Score: 2
Natty:
Report link

b=[]

h=0

while h<int(input()):

    b.append(int(input()))

    h+=1

b=sorted(b)

if len(b)%2==0:

    print((b[len(b)//2-1]+f[len(b)//2])/2)

else:

    print(f[len(b)//2])

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Pin Beach2