본문 바로가기
python-algorithm

[백준] 16204

by 무적김두칠 2020. 12. 17.

1
2
N,M,K=map(int,input().split())
print(min(M,K)+min(N-M,N-K))
cs
반응형

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

[백준] 16486  (0) 2020.12.17
[백준] 16431  (0) 2020.12.17
[백준] 15921  (0) 2020.12.16
[백준] 15873  (0) 2020.12.16
[백준] 15726  (0) 2020.12.16

댓글