79357645

Date: 2025-01-15 09:26:02
Score: 2
Natty:
Report link

'''python

j=int(input())

u=[]

for i in range(j):

u.append(int(input())

u=sorted(u)

if j%2==0:

print((u[j/2]+u[j/2+1])/2)

else:

print(u[(j+1)/2])

'''

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