← Back to List
25191번: 치킨댄스를 추는 곰곰이를 본 임스 ↗
Solutions
Python 3
69 B | 69 chars
n = int(input()) a,b =map(int,input().split()) print(min(n, b+a//2))