Created
April 23, 2017 18:51
-
-
Save mikl745/b05d1b15bc8ce733fc682f0362fdb345 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
w = int(input()) | |
a = [int( input()) for x in range(w)] | |
y = [] | |
w = [] | |
def poi(nn): | |
po = nn[0] | |
inv_liters = {v: k for k, v in w.items()} | |
return inv_liters.get(po) | |
for i in range(1,(min(a))+1): | |
q = 0 | |
for u in range(len(a)): | |
poi(u) | |
for b in range(len(y)): | |
print(y[b]) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment