baekjoon 20260327

This commit is contained in:
songyc macbook 2026-03-27 23:45:30 +09:00
parent 38ed2c8f91
commit b3ef9dc347

View File

@ -0,0 +1 @@
print((lambda n,m,k:min(m,k) + min(n-m,n-k))(*list(map(int, input().split()))))