728x90
반응형

입력의 곱을 출력해주면 된다.

a, b = map(int, input().split())
print(a*b)

728x90
반응형

+ Recent posts