Advertisement
Egor_1425

Untitled

Mar 12th, 2024
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.07 KB | None | 0 0
  1. n = int(input())
  2. a = [int(x) for x in input().split()]
  3.  
  4. print(a[n//2])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement