Score : $300$ points
Snuke loves puzzles.
Today, he is working on a puzzle using S
- and c
-shaped pieces.
In this puzzle, you can combine two c
-shaped pieces into one S
-shaped piece, as shown in the figure below:
Snuke decided to create as many Scc
groups as possible by putting together one S
-shaped piece and two c
-shaped pieces.
Find the maximum number of Scc
groups that can be created when Snuke has $N$ S
-shaped pieces and $M$ c
-shaped pieces.
The input is given from Standard Input in the following format:
$N$ $M$
Print the answer.
1 6
2
Two Scc
groups can be created as follows:
c
-shaped pieces into one S
-shaped pieceScc
groups, each from one S
-shaped piece and two c
-shaped pieces12345 678901
175897