当前位置:网站首页>2019年蜀山区第十五届青少年信息学竞赛
2019年蜀山区第十五届青少年信息学竞赛
2022-07-04 17:40:00 【小图灵编程】
第一题 求和
【问题描述】
斐波拉契数列,又称黄金分割数列。因数学家列昂纳多·斐波那契以兔子繁殖为例子而引入,故又称为“兔子数列”,指的是这样一个数列:1、1、2、3、5、8、13、21、34、······在数学上,斐波那契数列以如下被以递推的方式定义:F(1)=1,F(2)=1,F(n)=F(n-1)+F(n-2)(n>=3)。
斐波那契数列的前两项分别为1,1。以后每项为前两项之和。现在输入n,要求斐波那契数列前n项的和(1<=n<=5000)。
【输入格式】sum.in
输入只有一个数n,表示求斐波那契数列前n项的和。
【输出格式】sum.out
输出斐波那契数列前n项的和
【
边栏推荐
- 自由小兵儿
- Torchdrug tutorial
- From automation to digital twins, what can Tupo do?
- C#实现定义一套中间SQL可以跨库执行的SQL语句(案例详解)
- A method of using tree LSTM reinforcement learning for connection sequence selection
- C语言打印练习
- Scala基础教程--15--递归
- LeetCode第300场周赛(20220703)
- 2022CoCa: Contrastive Captioners are Image-Text Fountion Models
- 1672. 最富有客户的资产总量
猜你喜欢
Wireshark抓包TLS协议栏显示版本不一致问题
Go microservice (II) - detailed introduction to protobuf
NBA赛事直播超清画质背后:阿里云视频云「窄带高清2.0」技术深度解读
神经网络物联网平台搭建(物联网平台搭建实战教程)
How is the entered query SQL statement executed?
What if the self incrementing ID of online MySQL is exhausted?
Basic tutorial of scala -- 16 -- generics
Improve the accuracy of 3D reconstruction of complex scenes | segmentation of UAV Remote Sensing Images Based on paddleseg
Go微服务(二)——Protobuf详细入门
How is the entered query SQL statement executed?
随机推荐
基于unity的愤怒的小鸟设计
每日一题(2022-07-02)——最低加油次数
Don't just learn Oracle and MySQL!
2022健康展,北京健博会,中国健康展,大健康展11月13日
Improve the accuracy of 3D reconstruction of complex scenes | segmentation of UAV Remote Sensing Images Based on paddleseg
[go language question brushing chapter] go conclusion chapter | introduction to functions, structures, interfaces, and errors
Scala基础教程--20--Akka
File processing examples of fopen, FREAD, fwrite, fseek
repeat_P1002 [NOIP2002 普及组] 过河卒_dp
奥迪AUDI EDI INVOIC发票报文详解
问下各位大佬有用过cdc直接mysql to clickhouse的么
Download the first Tencent technology open day course essence!
基于lex和yacc的词法分析器+语法分析器
千万不要只学 Oracle、MySQL!
[mathematical modeling of graduate students in Jiangxi Province in 2022] analysis and code implementation of haze removal by nucleation of water vapor supersaturation
信息学奥赛一本通 1336:【例3-1】找树根和孩子
Process of manually encrypt the mass-producing firmware and programming ESP devices
使用canal配合rocketmq监听mysql的binlog日志
Wireshark抓包TLS协议栏显示版本不一致问题
从实时应用角度谈通信总线仲裁机制和网络流控