79357660

Date: 2025-01-15 09:32:04
Score: 2
Natty:
Report link

h=int(input())

f=[]
for e in range(h):
    f.append(int(input())
if f%2==0:
    print((e[f/2]+e[f/2+1])/2)
else:
    print(e[(f+1)/2])
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Pin Side