fork download
  1. a = int(input(2))
  2. b = int(input(2))
  3. print(a+b)
  4.  
Success #stdin #stdout 0.09s 14148KB
stdin
2
2
stdout
224