fork download
  1. x=int(input())
  2. y=int(input())
  3. print(x+y)
Success #stdin #stdout 0.13s 14140KB
stdin
1
2
stdout
3