题解列表

筛选

DNA (C语言代码)

摘要:解题思路:利用二维数组,简化操作过程注意事项:两个数组共用一个行参考代码:#include<stdio.h>int main(){ int a; scanf("%d",&a); while(a--){……