fork download
  1. a = int(input())
  2. b = int(input())
  3. print(a + b)
Success #stdin #stdout 0.07s 14060KB
stdin
1 
2
stdout
3