fork download
  1. x=int(input())
  2. y=int(input())
  3. s=x+y
  4. print(s)
  5.  
  6.  
Success #stdin #stdout 0.06s 63492KB
stdin
5
7
stdout
12