Skip to content

Instantly share code, notes, and snippets.

@Lyken17
Created August 5, 2016 21:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lyken17/40a55471a746c4ab265732296d797e9f to your computer and use it in GitHub Desktop.
Save Lyken17/40a55471a746c4ab265732296d797e9f to your computer and use it in GitHub Desktop.
Input of hackerrank
n = int(input().strip())
arr = [int(arr_temp) for arr_temp in input().strip().split(' ')]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment