fork download
  1. a = int(input())
  2. b = int(input())
  3. print(a + b)
Success #stdin #stdout 0.01s 9992KB
stdin
3
5
stdout
8