fork download
  1. # your code goes here
  2. a = int(input())
  3. b = int(input())
  4.  
  5. print(a*b)
Success #stdin #stdout 0.05s 9808KB
stdin
5
8
stdout
40