1002 fire net 二维数组+简单搜索 搜索 1003 Numerical Summation of a Series 求最大公因子 math 1004 Anagrams by Stack 给出输入序列和若干输出序列,求栈的处理过程 stack 1005 JUGS 给两杯子,倒出n升水的最少步骤 搜索 1006 Do the Untwist 字符可加密成数字,指定数字可再加密。给出密文求原文 1007 Numerical Summation of a Series 求一公式的累加(浮
猴子选大王算法 源程序 void main() { int n; int m; printf("请输入猴子的数目和报数:"); scanf("%d,%d",&n,&m); LINK p,head,p2; int i; head=p=p2=(LINK)malloc(sizeof(Monkey));//三个指针指向同一块内存 for(i=1;inext=p; p2=p; } p2->next=head;//把链表的首尾相连 p=head;//p指向了第一个结点 printf("对猴子进行编号