Freckles

查看题解 查看答案
题目描述
Time Limit: 1000 ms
Memory Limit: 32768 mb

请先登录再刷题,不会做的题目右上可以查看题解和答案~

输入输出格式
输入描述:
The first line contains 0 < n <= 100, the number of freckles on Dick's back. For each freckle, a line follows; each following line contains two real numbers indicating the (x,y) coordinates of the freckle.
输出描述:
Your program prints a single real number to two decimal places: the minimum total length of ink lines that can connect all the freckles.
输入输出样例
输入样例#:
3
1.0 1.0
2.0 2.0
2.0 4.0
输出样例#:
复制
3.41
题目来源
北京大学上机题
重置

提交代码后在此处可查看状态