fork download
  1. # coding:utf-8
  2.  
  3. #AIZU ONLINE JUDGE
  4. #List of Top 3 Hills 高い山
  5.  
  6. n=[raw_input() for _ in range(3)]
  7. n.reverse() #n.sort()
  8. print n[0:2]
Runtime error #stdin #stdout #stderr 0s 23352KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "prog.py", line 6, in <module>
EOFError: EOF when reading a line