2026-01-14 20:37:34 +09:00

1 line
61 B
Python

print((lambda x: x[0]*x[1])(list(map(int, input().split()))))