AAA, BBB = map(float, raw_input().split()) AAA *= BBB print int(AAA)