#include<stdio.h> #include<string.h> //memset,strcpy,strlen函数头文件 int main(void) { ];//用来保存产生的下一个斐波那契数,当然了,是字符串形式 ;//max用来存放数位较长的个数 ],s2[]; //用来存储斐波那契数列的相邻两个数,并以字符串形式进行存储 ],b[];//转存到int数组中 long long n; scanf("%lld",&n);//输入你想要输出的菲…
Cable master Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 32191 Accepted: 6888 Description Inhabitants of the Wonderland have decided to hold a regional programming contest. The Judging Committee has volunteered and has promised to orga…