fork download
  1. a=int(input())
  2. b=int(input())
  3. a=a+b
  4. print(a)
Success #stdin #stdout 0.08s 14172KB
stdin
8
12
stdout
20