Skip to content

Instantly share code, notes, and snippets.

@tiagoshibata
Created October 15, 2017 16:22
Show Gist options
  • Save tiagoshibata/6247cc7ceb59fc9b68a816ed08d9f155 to your computer and use it in GitHub Desktop.
Save tiagoshibata/6247cc7ceb59fc9b68a816ed08d9f155 to your computer and use it in GitHub Desktop.
t = input()
for _ in xrange(t):
y, k = map(int, raw_input().split())
print(y)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment