Skip to content

Baekjoon 25628

1. Problem

문제 확인하기

2. Solution

1. Python (memory: 31388KB, time: 44ms)

A, B = map(int, input().split())
print(min(A//2, B))