当前你的浏览器版本过低,网站已在兼容模式下运行,兼容模式仅提供最小功能支持,网站样式可能显示不正常。
请尽快升级浏览器以体验网站在线编辑、在线运行等功能。

建议使用的浏览器:

谷歌Chrome 火狐Firefox Opera浏览器 微软Edge浏览器 QQ浏览器 360浏览器 傲游浏览器

5551:Huatuo's Medicine

题目描述
Huatuo was a famous doctor. He use identical bottles to carry the medicine. There are different types of medicine. Huatuo put medicines into the bottles and chain these bottles together.

However, there was a critical problem. When Huatuo arrived the patient's home, he took the chain out of his bag, and he could not recognize which bottle contains which type of medicine, but he remembers the order of the bottles on the chain.

Huatuo has his own solution to resolve this problem. When he need to bring 2 types of medicines, E.g. $A$ and $B$, he will put $A$ into one bottle and put $B$ into two bottles. Then he will chain the bottles in the order of $'-B-A-B-'$. In this way, when he arrived the patient's home, he knew that the bottle in the middle is medicine $A$ and the bottle on two sides are medicine $B$.

Now you need to help Huatuo to work out what's the minimal number of bottles needed if he want to bring $N$ types of medicine.
输入解释
The first line of the input gives the number of test cases, $T(1≤T≤100)$. $T$ lines follow. Each line consist of one integer $N(1≤N≤100)$, the number of types of the medicine.
输出解释
For each test case, output one line containing Case #x: y, where $x$ is the test case number (starting from 1) and $y$ is the minimal number of bottles Huatuo needed.
输入样例
1
2
输出样例
Case #1: 3
来自杭电HDUOJ的附加信息
Recommend wange2014

该题目是Virtual Judge题目,来自 杭电HDUOJ

源链接: HDU-5551

最后修改于 2020-10-25T23:23:41+00:00 由爬虫自动更新

共提交 0

通过率 --%
时间上限 内存上限
3000/1000MS(Java/Others) 65535/65535K(Java/Others)