FZU2213 :Common Tangents

时间限制:1000MS    内存限制:32768KByte   64位IO格式:%I64d & %I64u
描述

Two different circles can have at most four common tangents.

The picture below is an illustration of two circles with four common tangents.

Now given the center and radius of two circles, your job is to find how many common tangents between them.

输入

The first line contains an integer T, meaning the number of the cases (1 <= T <= 50.).

For each test case, there is one line contains six integers x1 (?100 ≤ x1 ≤ 100), y1 (?100 ≤ y1 ≤ 100), r1 (0 < r1 ≤ 200), x2 (?100 ≤ x2 ≤ 100), y2 (?100 ≤ y2 ≤ 100), r2 (0 < r2 ≤ 200). Here (x1, y1) and (x2, y2) are the coordinates of the center of the first circle and second circle respectively, r1 is the radius of the first circle and r2 is the radius of the second circle.

输出

For each test case, output the corresponding answer in one line.

If there is infinite number of tangents between the two circles then output -1.

样例输入
3
10 10 5 20 20 5
10 10 10 20 20 10
10 10 5 20 10 5
样例输出
4
2
3
题目来源
第六届福建省大学生程序设计竞赛-重现赛(感谢承办方华侨大学)
[提交] [状态]

|返回 |   | 转到页头|
Copyright @ 2008-2025 (浙ICP备2022001332号), TZOJ. All Rights Reserved.
2017-2025 台州市非普软件技术有限公司,浙江省台州市君悦大厦B幢1603室