1
2
3
|
a,b=map(int, input().split())
if a%2==1 and b%2==1: print(min(a,b))
else: print (0)
|
cs |
반응형
'python-algorithm' 카테고리의 다른 글
백준 14173 Square Pasture (0) | 2022.01.10 |
---|---|
백준 24083 短針 (Hour Hand) (0) | 2022.01.10 |
백준 6810 ISBN (0) | 2022.01.09 |
백준 3004 체스판 조각 (0) | 2022.01.09 |
백준 24086 身長 (Height) (0) | 2022.01.09 |
댓글