fork download
  1. a1 = input()
  2. a2 = input()
  3. print(a1 +a2)
Success #stdin #stdout 0.1s 14164KB
stdin
50
05
stdout
5005