数学—杭电1178 Heritage from father

本文探讨了哈利波特故事中关于父亲遗留下来的魔法金币的计算问题,通过科学计数法揭示了不同层数金币总数的计算方法,深入解读了魔界银行Goblin的独特金币排列方式。

http://acm.hdu.edu.cn/showproblem.php?pid=1178

Heritage from father

Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 131070/65535 K (Java/Others)
Total Submission(s): 4847    Accepted Submission(s): 1727

Problem Description
Famous Harry Potter,who seemd to be a normal and poor boy,is actually a wizard.Everything changed when he had his birthday of ten years old.A huge man called 'Hagrid' found Harry and lead him to a new world full of magic power.
If you've read this story,you probably know that Harry's parents had left him a lot of gold coins.Hagrid lead Harry to Gringotts(the bank hold up by Goblins). And they stepped into the room which stored the fortune from his father.Harry was astonishing ,coz there were piles of gold coins.
The way of packing these coins by Goblins was really special.Only one coin was on the top,and three coins consisted an triangle were on the next lower layer.The third layer has six coins which were also consisted an triangle,and so on.On the ith layer there was an triangle have i coins each edge(totally i*(i+1)/2).The whole heap seemed just like a pyramid.Goblin still knew the total num of the layers,so it's up you to help Harry to figure out the sum of all the coins.
 
Input
The input will consist of some cases,each case takes a line with only one integer N(0<N<2^31).It ends with a single 0.
 
Output
对于每个输入的N,输出一行,采用科学记数法来计算金币的总数(保留三位有效数字)
 
Sample Input
  
1 3 0
 
Sample Output
  
1.00E0 1.00E1
Hint
Hint
when N=1 ,There is 1 gold coins. when N=3 ,There is 1+3+6=10 gold coins.

 

#include<iostream>
#include<stdio.h>
#include<iomanip>
using namespace std;
int main()
{
    double n,sum;
    int digit;
    while(cin>>n&&n)
    {
        sum=( (n+2)*(n+2)*(n+2)-(3*n*n+10*n+8) )/6;
        /*1^2+2^2+3^2+...+n^2的前n项和为n*(n+1)*(2n+1)/6
        1+2+3+4+....+n的前n项和为n*(n-1)/2
        sum=( (n+2)*(n+2)*(n+2)-(3*n*n+10*n+8) )/6;*/
        digit=0;
        while( sum/10>=1 )//转换为科学计数法计数
        {
            digit++;
            sum/=10;
        }
        printf("%.2lfE%d\n",sum,digit);
    }
}


 

### Heritage Science npj 参考文献格式指南 Heritage Science 是一种遵循特定引用规范的学术期刊。其参考文献条目通常采用 APA 或者 Vancouver 风格的一种变体,具体取决于作者指南的要求。以下是基于所提供的信息以及常见的 Heritage Science 引用风格来构建参考文献条目的方法。 #### 文献引用基本结构 对于一篇期刊文章,在 Heritage Science 中的标准参考文献格式如下: - **作者姓名**: 姓氏在前,名字缩写在后。 - **出版年份**: 放置在括号中。 - **文章标题**: 使用句首大写字母书写。 - **期刊名称**: 斜体显示。 - **卷号**(期号): 页面范围。 例如: Smith J, Doe A. Building Information Modeling for Cultural Heritage Conservation (2023). *Heritage Science* 11(1), pp. 1–15 [^1]. 如果涉及在线资源,则需补充 DOI 或 URL 地址。 #### 示例:PRISMA 方法应用于 HBIM 的参考文献条目 假设原始资料来自 Scopus 和 Google Scholar 数据库中的论文,可以按照以下方式格式化该条目: Doe A, Smith J. Application of PRISMA Approach to Data Collection on Heritage Building Information Modeling (HBIM) Within Ten Years (2023). *Journal Name*, Volume(Issue), Pages. https://doi.org/XXXXX 其中,“https://doi.org/XXXXX”应替换为实际存在的 DOI 编码;如果没有 DOI,则提供完整的访问链接或者说明数据获取途径。 另外需要注意的是,当提及具体的数据库时(如 Scopus 和 Google Scholar),可以在正文部分简单描述而不必列入正式参考列表里除非特别强调这些平台本身作为研究对象的一部分。 --- ### 如何实现上述格式? 为了确保符合 Heritage Science 的标准,建议采取以下措施之一: 1. 利用手动输入法严格按照模板填写每一条目; 2. 运用 EndNote/Zotero/Mendeley 等文献管理工具自动生成并调整至目标期刊所需的样式文件下导出最终版本。 下面给出一段 Python 脚本用于自动化生成简单的参考文献字符串(仅作演示用途): ```python def generate_reference(author="Author Lastname", year=2023, title="Title Here", journal="Journal Name", volume=1, issue=1, pages=(1, 10)): formatted_title = ' '.join([word.capitalize() if i == 0 else word.lower() for i, word in enumerate(title.split())]) reference_string = f"{author} ({year}). {formatted_title}. *{journal}* {volume}({issue}), {pages[0]}-{pages[1]}." return reference_string print(generate_reference( author="Doe A", year=2023, title="Application Of Prisma Approach To Data Collection On Hbim For Heritage Conservation Within Ten Years", journal="Heritage Science", volume=11, issue=1, pages=(1, 15))) ``` 运行此脚本将会得到类似于之前提到的手工编写的参考文献项。 ---
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值