3253.Berland Square

Time Limit: 1s Memory Limit: 256MB

Last year the world's largest square was built in Berland. It is known that the square can be represented as an infinite plane with an introduced Cartesian system of coordinates. On that square two sets of concentric circles were painted. Let's call the set of concentric circles with radii 1,2,...,K and the center in the point (z,0) a (K,z)-set. Thus, on the square were painted a (N,x)-set and a (M,y)-set. You have to find out how many parts those sets divided the square into.

Input Format(From the terminal/stdin)

The first line contains integers N,x,M,y. (1 \le N,M \le 100000,-100000 \le x,y \le 100000,x \neq y).

Output Format(To the terminal/stdout)

Print the sought number of parts.

Sample Input 1

Copy
1 0 1 1
 · · · \n

Sample Output 1

Copy
4
 \n

Sample Input 2

Copy
1 0 1 2
 · · · \n

Sample Output 2

Copy
3
 \n

Sample Input 3

Copy
3 3 4 7
 · · · \n

Sample Output 3

Copy
17
  \n

Hints

Picture for the third sample:

3253_1.png

Submit

请先 登录

© 2025 FAQs