423
技術社區[雲棲]
0-1背包-poj-1948-Triangular Pastures
poj-1948-Triangular Pastures
攜程大賽2014.4.11 預賽第二場第二題
Description
Like everyone, cows enjoy variety. Their current fancy is new shapes for pastures. The old rectangular shapes are out of favor; new geometries are the favorite.
I. M. Hei, the lead cow pasture architect, is in charge of creating a triangular pasture surrounded by nice white fence rails. She is supplied with N (3 <= N <= 40) fence segments (each of integer length Li (1 <= Li <= 40) and must arrange them into a triangular pasture with the largest grazing area. Ms. Hei must use all the rails to create three sides of non-zero length.
Help Ms. Hei convince the rest of the herd that plenty of grazing land will be available.Calculate the largest area that may be enclosed with a supplied set of fence segments.
Input
* Line 1: A single integer N
* Lines 2..N+1: N lines, each with a single integer representing one fence segment's length. The lengths are not necessarily unique.
Output
A single line with the integer that is the truncated integer representation of the largest possible enclosed area multiplied by 100. Output -1 if no triangle of positive area may be constructed.
Sample Input
5
1
1
3
3
4
Sample Output
692
大意:用給的幾段籬笆圍一個牛圈。所有籬笆必須全用上!輸出能圍成的最大的三角形牛圈。0-1背包DP問題。
代碼:優化前後的兩組
最後更新:2017-04-03 12:56:12
上一篇:
vi 搜索命令 搜索字符串
下一篇:
C++箭頭(->)運算符的重載
The Future of Augmented Reality and Virtual Reality
並發網2014.11月閱讀量Top10
Java包及訪問控製權限--包的定義和導入---package
對文本編輯器的詛咒
兩點距離
人類河流文明 - 數據的流動與生態的重要性
Android Studio 提供更強大可視化編程
人工智能時代的產品思維(2C)
《Redis官方教程》-Redis加密
讀書筆記:Borg, Omega, and Kubernetes Lessons learned from three container-management systems over a decade