| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1223 人关注过本帖
标题:初学C语言,好难的不懂,一个菜鸟的问题,求代码请教下
取消只看楼主 加入收藏
victorchang
Rank: 1
等 级:新手上路
帖 子:11
专家分:0
注 册:2007-3-8
收藏
 问题点数:0 回复次数:2 
初学C语言,好难的不懂,一个菜鸟的问题,求代码请教下
Negative indexed Fibonacci numbers is a sequence of numbers, where each number (except the first two) is the difference of the two preceding numbers. The first two are 0 and -1.
0, -1, 1, -2, 3, -5, 8, -13, 21, …
Write a program to input a number n ( 0), and print the nth negative indexed Fibonacci number (starting from the 0th number.)
Tip: You may establish a loop and compute two consecutive Fibonacci numbers in each iteration. Also, the numbers can be very large, use variables of type long long to hold them.

[此贴子已经被作者于2007-3-9 12:32:08编辑过]

搜索更多相关主题的帖子: C语言 代码 初学 
2007-03-09 12:21
victorchang
Rank: 1
等 级:新手上路
帖 子:11
专家分:0
注 册:2007-3-8
收藏
得分:0 
那麻烦大哥编下啊,小弟我刚学C,不是很懂
2007-03-09 12:25
victorchang
Rank: 1
等 级:新手上路
帖 子:11
专家分:0
注 册:2007-3-8
收藏
得分:0 
没办法啊,这里的老师要求的,可真的不很会,那大哥把它编译一下可以伐?晕了,很难?
2007-03-09 12:34
快速回复:初学C语言,好难的不懂,一个菜鸟的问题,求代码请教下
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.016038 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved