407620: GYM102860 K Checkers

Memory Limit:512 MB Time Limit:1 S
Judge Style:Text Compare Creator:
Submit:0 Solved:0

Description

K. Checkerstime limit per test1 secondmemory limit per test512 megabytesinputstandard inputoutputstandard output

Dima is bored of playing checkers with himself. Since there is nothing but checker pieces to play with, he came up with the following game.

Each piece he has is either white or black. Dima builds a tower by stacking his pieces on top of each other in some order. A black stripe is a sequence of adjacent black pieces, with either a white piece, or the end of the tower at the bottom and top of it. In other words, two adjacent black pieces always belong to the same black stripe. The goal of the game is to get the maximum number of black stripes in the tower.

The game has just started. Dima has $$$a$$$ white and $$$b$$$ black pieces. What is the maximum number of black stripes he can get in his tower?

Input

The only line of input contains two integers $$$a$$$ and $$$b$$$ — the number of white and black pieces, respectively ($$$0 \le a, b \le 10^{18}$$$).

Output

Output a single integer — the maximum possible number of black stripes.

ExamplesInput
1 2
Output
2
Input
5 2
Output
2
Input
0 3
Output
1

加入题单

算法标签: