fork download
  1. data = input().split('\n')
  2. print(data)
Success #stdin #stdout 0.02s 9336KB
stdin
5
1 1
2 3
3 4
9 8
5 2
stdout
['5']