摘要: 结果输出: 阅读全文
posted @ 2017-05-07 18:56 风萧萧… 阅读(96) 评论(0) 推荐(0)
摘要: #include <stdio.h> int main() { int count, n, t1=0, t2=1, display=0; printf("Enter number of terms: "); scanf("%d",&n); printf("Fibonacci Series: %d+% 阅读全文
posted @ 2017-05-07 18:55 风萧萧… 阅读(92) 评论(0) 推荐(0)