← Back to List

21631번: Checkers ↗

Solutions

Python 3
46 B | 46 chars
a,b=map(int,input().split())
print(min(a+1,b))