题解列表

筛选

C语言代码求DNA

摘要:解题思路:注意事项:参考代码:#include<stdio.h>typedef struct DNA{ int a; int b;}D;D DA[1025];void fun(int i){ int ……