fork download
  1. # put your python code here
  2. a = int(input())
  3. b = int(input())
  4.  
  5. print(a + b)
Success #stdin #stdout 0.02s 9872KB
stdin
8
11
stdout
19