fork download
  1. a=int(input())
  2. b=int(input())
  3. c=a+b
  4. print(c)
Success #stdin #stdout 0.08s 14068KB
stdin
8
118
stdout
126