TC SRM566 DIV2 T3 FencingPenguinsEasy

前言

头一道计算几何题,现学现用…

题目描述

En

Paco collects penguins. His penguins like to play and run around on the ice where he lives. In order to keep his penguins safe he decided to construct a single fence enclosure to keep danger out.

Paco’s penguins have fallen asleep. Acting quickly Paco placed numPosts posts in a circular configuration on the ice. Each post is placed radius meters from location (0,0) ( 0 , 0 ) . The posts are equally spaced with the first post being placed at location (radius,0) ( r a d i u s , 0 ) .

To construct the fencing, Paco will connect some pairs of fence posts using straight fences. No two segments of the fence are allowed to cross. In the resulting fencing, each fence post will either be unused, or it will be connected to exactly two other fence posts. In order to minimize the damage his penguins cause to the ice, he would like to minimize the area enclosed by the fence.

In order to keep all his penguins happy Paco would like to have all his penguins in the one single enclosure. Two penguins are in the same enclosure if it is possible to walk from one penguin to the other without crossing a fence.

You are given two ints numPosts and radius. You are also given two vector s x and y representing the (x,y) ( x , y ) location of each of the sleeping penguins. Each penguin is small enough to be considered a point. Compute an return the smallest area of an enclosure that can contain all the penguins. If it is not possible to enclose all the penguins return 1 − 1 .

Ch

大意就是有一圈栏杆,等距分布在一个圆上,有一些坐标给定的点,要你将若干栏杆之间用线连成一个封闭图形,且这些点全部包括在内。求围成封闭图形最小的面积。

数据范围

  • numPosts n u m P o s t s will be between
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值