题解列表

筛选

DNA (C语言代码)

摘要:解题思路:注意事项:在a行a+1列的字符数组中进行变换注意1次循环的图形是缺少一个尾巴的,但是第二次输出的头就充当了上一个的尾巴,所以加上了putS(ch[0]),在结束的时候也同样要加一个尾巴 参考……

筛排处理 (C语言代码)

摘要:解题思路:大脑下线了凑活着看看吧注意事项:参考代码:#include<stdio.h>#include<string.h>#include<math.h>#include<stdlib.h>int a……

神奇的fans (C语言代码)

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>#include<math.h>#include<stdlib.h>int a[110];int m……

最小三个数 (C语言代码)

摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){                  int n,a[1000],i,k,t,j;scanf("%d",&n);fo……