본문 바로가기
python-algorithm

백준 22193 Multiply

by 무적김두칠 2021. 7. 15.

1
2
3
4
a,b=map( int, input().split())
c1=int(input())
c2=int(input())
print(c1*c2)
cs
반응형

'python-algorithm' 카테고리의 다른 글

Leetcode 67. Add Binary  (0) 2021.07.15
Leetcode 69. Sqrt(x)  (0) 2021.07.15
백준 5539 콜센터  (0) 2021.07.15
Leetcode 28. Implement strStr()  (0) 2021.07.13
Leetcode 1512. Number of Good Pairs  (0) 2021.07.13

댓글