Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- a = [int(input()) for i in range (18)]
- y = a.index(max(a))
- if 0 <= y <= 5 :
- print ("Лучший резултат в обязательной программе ")
- elif 6 <= y <= 11:
- print ("Лучший резултат в короткой программе ")
- else:
- print ("Лучший резултат в произвольной программе")
Advertisement
Add Comment
Please, Sign In to add comment