fork download
  1. a, b = input().split()
  2. a=int(a)
  3. b=int(b)
Success #stdin #stdout 0.04s 9768KB
stdin
1 2
stdout
Standard output is empty