题解列表

筛选

DNA-题解(C语言代码)

摘要: //值得注意一点的是题目要求的是大写的X #include void draw_dna(int a,int b,const int c)//进行画DNA的操作 {……