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