fork download
  1. input().split()
  2. a=int(0)
  3. b=int(1)
  4. suma=a+b
  5. print(suma)
Success #stdin #stdout 0.02s 9200KB
stdin
1 2
stdout
1