Search

3. 백준_Python [10998] A x B

A,B=input().split() print(int(A)*int(B))
Python
복사