카테고리 없음
[백준 파이썬 풀이 공유] 10998번 AxB
dev_hyxxn
2025. 11. 23. 20:02
a,b = map(int,input().split())
print(a*b)a,b = map(int,input().split())
print(a*b)