21671_Stars

2022-5-16 18:20| 发布者: Hocassian| 查看: 22| 评论: 0|原作者: 肇庆学院ACM合集

摘要:
C:\Users\Administrator\Downloads\2019-10-12-10-14-4-89505746432200-Problem List-采集的数据-后羿采集器.html

Pro.ID

21671

Title

Stars

Title链接

http://10.20.2.8/oj/exercise/problem?problem_id=21671

AC

0

Submit

0

Ratio

-

时间&空间限制

  • Time Limit: 2000/1000 MS (Java/Others)     Memory Limit: 65536/65536 K (Java/Others)
  • 描述

    Lucy loves stars very much. There are N ( 1 ≤ N ≤ 1000 ) stars in the sky. Assume the sky is a flat plane. All of the stars lie on it with a location (x, y), -10000 ≤ x, y ≤ 10000. Now, Lucy wants you to tell her how many squares with each of four vertices formed by these stars, and the edges of the squares should parallel to the coordinate axes.

    输入

    The first line of input is the number of test case.

    The first line of each test case contains an integer N. The following N lines each contains two integers x, y, meaning the coordinates of the stars. All the coordinates are different.

    输出

    Description

    Lucy loves stars very much. There are N ( 1 ≤ N ≤ 1000 ) stars in the sky. Assume the sky is a flat plane. All of the stars lie on it with a location (x, y), -10000 ≤ x, y ≤ 10000. Now, Lucy wants you to tell her how many squares with each of four vertices formed by these stars, and the edges of the squares should parallel to the coordinate axes.

    Input

    The first line of input is the number of test case.

    The first line of each test case contains an integer N. The following N lines each contains two integers x, y, meaning the coordinates of the stars. All the coordinates are different.

    Output

    For each test case, output the number of squares in a single line.

    Sample Input

    2
    1
    1 2
    4
    0 0
    1 0
    1 1
    0 1

    Sample Output

    0
    1

    Source

    样例输入

    2
    1
    1 2
    4
    0 0
    1 0
    1 1
    0 1

    样例输出

    0
    1

    作者


    路过

    雷人

    握手

    鲜花

    鸡蛋

    最新评论

    返回顶部