fork download
  1. x=int(input())
  2. y=int(input())
  3. print(x*y)
Success #stdin #stdout 0.09s 14116KB
stdin
6
5
stdout
30