There is a frog initially placed at the origin of the coordinate plane. In exactly second, the frog can either move up unit, move right unit, or stay still. In other words, from position , the frog can spend second to move to:
After seconds, a villager who sees the frog reports that the frog lies on or inside a square of side-length with coordinates , , , . Calculate how many points with integer coordinates on or inside this square could be the frog's position after exactly seconds
Input Format:
The first and only line of input contains four space-separated integers: , , , and .
Output Format:
Print the number of points with integer coordinates that could be the frog's position after seconds.
Constraints:
Note that the Expected Output Feature for Custom Invocation is not supported for this contest.
The points shown are the points on or in the specified square, and those that are red are the points that the frog could be at after seconds.