DNA-题解(C语言代码)输出能一模一样 但是显示答案错误 谁能找一下么 ,输出要求和题中要求的一样 摘要:```c #include #include #include int main() { int a; scanf("%d",&a); if(a>15) scanf("%d"…… 题解列表 2020年04月17日 0 点赞 1 评论 320 浏览 评分:4.5
DNA-题解(Python代码)简单题 摘要:```python N=int(input()) p=0 re=[] while pm: for j in range(m,leng): for k in range(m): …… 题解列表 2020年01月03日 0 点赞 0 评论 769 浏览 评分:4.0
DNA (C语言代码) 摘要:解题思路:只要能想出构成图案的单个元素就可以; 剩下的就是打印一个完整的,其他的打印少第一行的就可以。 如第一行X X 剩下就打印 X X X X …… 题解列表 2017年12月27日 1 点赞 0 评论 709 浏览 评分:0.0
DNA 只用变量来搞定(C语言代码) 摘要:题目的输入:输入包含多组测试数据。第一个整数N(N<=15),N表示组数,每组数据包含两个整数a,b。a表示一个单位的DNA串的行数,a为奇数且 3<=a<=39。b表示重复度(1<=b<=20)。解…… 题解列表 2019年05月26日 2 点赞 0 评论 571 浏览 评分:0.0
DNA (C++代码) 摘要:解题思路:找规律,找到X与行列关系。注意事项:以后重复都是由第二行开始参考代码:#include <iostream>using namespace std;int main(){ int n;…… 题解列表 2018年11月10日 0 点赞 0 评论 417 浏览 评分:0.0
DNA----------------------------------- 摘要:解题思路:注意事项:参考代码:#include "stdio.h"#include "math.h"char S[100];void X(int a, int x,int y) { for (int…… 题解列表 2021年08月02日 0 点赞 0 评论 172 浏览 评分:0.0
简单打印对角线即可,i==j 摘要:```c #include int main() { int a, n, m; scanf("%d", &a); while (a--) { scanf("%d%d", &…… 题解列表 2022年02月13日 0 点赞 0 评论 248 浏览 评分:0.0
DNA-题解(C++代码) 摘要:###参考代码 ```cpp #include #include using namespace std; //输出L个空格的函数 inline void output_sp(int l)…… 题解列表 2020年07月14日 0 点赞 0 评论 305 浏览 评分:0.0
DNA (40多行C++) 摘要:#include<iostream>using namespace std;int main(){ int n; cin>>n; for(int i=0;i<n;i++) { int a,b; c…… 题解列表 2018年12月26日 0 点赞 0 评论 336 浏览 评分:0.0