题解列表

筛选

DNA-题解(C语言代码)

摘要:###### C语言解题过程```c #include struct gene{ int a,b; };//由于每组数据有两个数,故构造结构体包含a,b int main() { s……