题解列表

筛选

写着玩的,怕忘了

摘要:#include<stdio.h>void datastart(char * dna,int A) { for(int i = 0 ;i < A - 1; i++ ) dna[i] = &#39;……