「CF425D」Sereja and Squares

2014年4月28日4,3120

Sereja has painted n distinct points on the plane. The coordinates of each point are integers. Now he is wondering: how many squares are there with sides parallel to the coordinate axes and with points painted in all its four vertexes? Help him, calculate this number.

Input

The first line contains integer n (1 ≤ n ≤ 105). Each of the next n lines contains two integers xi, yi (0 ≤ xi, yi ≤ 105), the integers represent the coordinates of the i-th point. It is guaranteed that all the given points are distinct.

Output

In a single line print the required number of squares.

Sample test(s)
input

output

input

output

题解

我只会暴力T T,果然这样是过不了的。。

有空再看看怎么分类讨论。。

 

avatar
  Subscribe  
提醒