DNA (C语言代码) 摘要:解题思路:for循环的利用(其实就是打印雪花的改编版)注意事项:参考代码:#include<stdio.h>#include<string.h> int main(){ int num;//代表组数…… 题解列表 2017年10月20日 0 点赞 0 评论 880 浏览 评分:0.0
DNA (C语言代码) 摘要:解题思路:循环的利用注意事项:参考代码:#include<stdio.h>#include<string.h> int main(){ int num; int a,b; int temp1,t…… 题解列表 2017年10月20日 0 点赞 0 评论 562 浏览 评分:0.0
DNA (C语言代码) 摘要:参考代码:#include <stdio.h> int main() { int n, a, b; scanf("%d", &n); for(int i=0; i…… 题解列表 2017年10月12日 3 点赞 2 评论 587 浏览 评分:0.0
DNA (C语言描述,数据结构) 摘要:#include<stdio.h>#include<stdlib.h>typedef struct qfirst{ int x; int y; struct qfirst *next;}qfirst;…… 题解列表 2017年10月03日 1 点赞 0 评论 1027 浏览 评分:9.9
DNA (C语言代码) 摘要:解题思路以及注意事项:代码比较长,大家可以静下心来直接看代码,有详细注释 x x小图形的样子由a决定,比如a=3,则小图形的样子是x x &nbs 题解列表 2017年08月14日 25 点赞 6 评论 2431 浏览 评分:0.0
DNA (C++代码) 摘要:#include<cstdio> #include<iostream> using namespace std; void fac(int a); int main(void) { …… 题解列表 2017年08月04日 1 点赞 1 评论 737 浏览 评分:0.0