fork download
  1. a=input()
  2. b=input()
  3. print(a,b)
Success #stdin #stdout 0.02s 9232KB
stdin
1
5
stdout
1 5