← Back to List

23825번: SASA 모형을 만들어보자 ↗

Solutions

Python 3
51 B | 51 chars
a,b=map(int,input().split())
print(min(a//2, b//2))