fork download
  1. a = int(input())
  2. b = int(input())
  3. print(a + b)
Success #stdin #stdout 0.02s 9556KB
stdin
1
23
stdout
24