← Back to List
34823번: YCPC 점수 ↗
Solutions
Python 3
58 B | 58 chars
y,c,p=map(int, input().split()) print(min([y, c // 2, p]))