fork download
  1. a = int(input())
  2. b = int(input())
  3. product = a*b
  4. print(product)
Success #stdin #stdout 0.02s 9220KB
stdin
4294967296
4294967296
stdout
18446744073709551616