Our chemical biologists have invented a new very useful form of life calledstripies(in fact, they were first called in Russian -polosatiki, but the scientists had to invent an English
name to apply for an international patent). The stripies are transparent amorphous amebiform creatures that live in flat colonies in a jelly-like nutrient medium. Most of the time the stripies are moving. When two of them collide a new stripie appears instead
of them. Long observations made by our scientists enabled them to establish that the weight of the new stripie isn't equal to the sum of weights of two disappeared stripies that collided; nevertheless, they soon learned that when two stripies of weights m1and
m2collide the weight of resulting stripie equals to 2·sqrt(m1m2).
Our chemical biologists are very anxious to know to what limits can decrease the total weight of a given colony of stripies.
You are to write a program that will help them to answer this question. You may assume that 3 or more stipies never collide together.
Input
The first line contains one integer N (1 ≤ N ≤ 100) - the number of stripies in a colony. Each of next N lines contains one integer ranging from 1 to 10000 - the weight of the corresponding stripie.
Output
The output must contain one line with the minimal possible total weight of colony with the accuracy of two decimal digits after the point.
Sample
input
output
3
72
30
50
|
120.00
|
奇怪的数学题:
排序,然后由大到小合并。
这里使用点新东西,使用个multiset<double>容器来解决问题,这样连排序都省了。然后是倒序处理数组。
很好用的容器。
#include <cmath>
#include <algorithm>
#include <iostream>
#include <set>
using namespace std;
void Stripies1161()
{
multiset<double> s;
int n = 0;
double a;
cin>>n;
for (int i = 0; i < n; i++)
{
cin>>a;
s.insert(a);
}
auto it = s.rbegin();
a = *it;
for (it++; it != s.rend(); it++)
{
a = 2.0 * sqrt(a * (*it));
}
cout<<a;
}
分享到:
相关推荐
在提供的压缩包中,我们看到有四款不同样式的Times New Roman字体文件:TIMES.TTF(常规)、TIMESBD.TTF(粗体)、TIMESI.TTF(斜体)和TIMESBI.TTF(粗体斜体)。这些不同的变体满足了设计师在文本表达时对于强调、...
"Times New Roman.ttf"是与SMARTFORMS相关的字体文件,它在创建这些表单时可能会被用到。 首先,让我们深入了解SAP ABAP。ABAP(Advanced Business Application Programming)是SAP系统中的编程语言,用于开发企业...
苦苦寻找的times文件,用于KITTI数据集SLAM测试 苦苦寻找的times文件,用于KITTI数据集SLAM测试 苦苦寻找的times文件,用于KITTI数据集SLAM测试
在SLAM应用中,`times.txt`文件可能包含了每个传感器数据帧的时间戳,这有助于精确地同步来自不同传感器的数据流。例如,它可能包含了每帧图像和LiDAR扫描的捕获时间。这些时间戳可以用于确保在进行特征匹配或运动...
Android Times Square介绍: 效果不错的日历UI模块。可以设置成只能选择单个日期,或者可以选择多个不连续的日期,或者可以通过点击两个日期来选择之间连续的日期。并且可以将日历放到弹出的对话框中。 测试...
27Modern_Times_ExtraPack.rar 27Modern_Times_ExtraPack.rar
2. TIMES.TTF - 这是 Times New Roman 的常规(Regular)样式,也是基本的字体文件。 3. TIMESI.TTF - 这表示 Times New Roman 的斜体(Italic)版本。 4. TIMESBI.TTF - 这是 Times New Roman 的粗斜体(Bold ...
"times.TTF"则是一个TrueType字体文件,包含了Times New Roman的所有字符和相关的排版信息,用户可以将其安装到计算机上,以便在各种应用程序中使用这种字体。 在IT实践中,了解和使用不同的字体对于设计师和开发...
标题中的"PyPI 官网下载 | mo-times-2.27.18331.tar.gz"表明这是一个从Python Package Index(PyPI)官方源下载的软件包,名为"mo-times",版本号为2.27.18331,其格式是tar.gz。PyPI是Python开发者发布和获取开源库...
Times New Roman .fon
在Linux系统中,为了使matplotlib库能够正确地显示如Times New Roman这样的Microsoft Core Fonts,我们需要进行额外的配置。"ttf-mscorefonts-installer.zip"这个压缩包正是为了解决这个问题,它包含了安装这些字体...
开源项目-djherbis-times.zip 是一个专门为Go语言编写的库,主要关注文件的时间属性管理。这个项目由djherbis开发,旨在为Go开发者提供访问和操作文件的访问时间(atime)、修改时间(mtime)、状态改变时间(ctime...
标题中的"B6_TimeS.rar_garch_garch stata"暗示了这是一个与时间序列分析相关的项目,特别是使用了GARCH(Generalized Autoregressive Conditional Heteroskedasticity)模型,并且该分析是在STATA统计软件中进行的...
Attempted reconnect 3 times. Giving up. 解决办法:在url后面拼接?serverTimezone=UTC 连接成功后数据库不显示表 通过设置解决: scheme选择当前使用的数据库 到此这篇关于IDEA链接MySQL报错08001和连接成功...
资源分类:Python库 所属语言:Python 资源全名:mo-times-5.53.21241.tar.gz 资源来源:官方 安装方法:https://lanzao.blog.csdn.net/article/details/101784059
EXAMPLE CASE: VSC Transmission with AC transmission characteristics based on a simple 6-pulse STATCOM example provides up to 75 MW power ... Uses PWM with carrier frequency up to 33 times fundamental.