본문 바로가기
python-algorithm

백준 SASA 모형을 만들어보자

by 무적김두칠 2022. 3. 8.

1
2
3
n,m=map(int, input().split())
ans=min(n,m)//2
print(ans)
cs

 

반응형

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

백준 21612 Boiling Water  (0) 2022.03.08
백준 21598 SciComLove  (0) 2022.03.08
leetcode 1816. Truncate Sentence  (0) 2022.03.07
leetcode 1688. Count of Matches in Tournament  (0) 2022.03.07
백준 9316 Hello Judge  (0) 2022.03.07

댓글