基因相关性(简单易懂) 摘要:解题思路:注意事项:注意sum和n的类型。参考代码:#include<stdio.h>#include<string.h>int main(){ int i; double n,j,k; …… 题解列表 2024年11月30日 1 点赞 0 评论 138 浏览 评分:9.9
学习思想与方法 摘要:解题思路:注意事项:参考代码:import java.util.Scanner; public class Main { public static void main(String[…… 题解列表 2023年11月02日 0 点赞 0 评论 117 浏览 评分:9.9
基因相关性(两个数组的相似比例) 摘要:```c #include #include //要用到strlen函数 int main() { char a[501], b[501]; float sim; …… 题解列表 2023年01月17日 0 点赞 4 评论 490 浏览 评分:9.9
Python数据有误 摘要:# 关于Python使用长度第一个字符串无法AC的不解 ## 使用第一个字符串长度(即s1) ```python yu = float(input()) s1 = input() s2 = …… 题解列表 2023年03月18日 0 点赞 7 评论 457 浏览 评分:9.9
基因相关性(C++)简单实用 摘要:参考代码:#include <iostream>#include <string>using namespace std;string compareDNA(const string& dna1, c…… 题解列表 2023年07月16日 0 点赞 0 评论 256 浏览 评分:9.9
2848: 基因相关性(C语言) 摘要: #include #include int main() { float x; scanf("%f",&x); char a[501],b[501]; sca…… 题解列表 2023年08月21日 0 点赞 0 评论 293 浏览 评分:6.4
2848: 基因相关性 摘要:解题思路:注意事项:参考代码:#include <stdio.h> #include <string.h> int main() { char str1[505] = {0}, str…… 题解列表 2022年10月26日 0 点赞 0 评论 360 浏览 评分:5.5
编写题解 2848: 基因相关性,python超简单 摘要:(python学子仔细读题哦)n = float(input()) DNA1 = input() DNA2 = input() # 比对两条DNA序列 matching_pairs = 0 …… 题解列表 2024年03月29日 0 点赞 0 评论 337 浏览 评分:4.7
基因相关性JAVA 摘要:解题思路:注意事项:参考代码:package arrLast; //题目 2848: 基因相关性 import java.util.Scanner; public class t_2848 { …… 题解列表 2024年02月06日 0 点赞 0 评论 59 浏览 评分:0.0
基因相关性(不知道为什么用gets,还是fgets,都通过不了,有没有大佬来说一下) 摘要:参考代码: ```c #include #include #define MAX 500 int main() { double c; scanf("%lf",&c); get…… 题解列表 2023年09月21日 0 点赞 0 评论 165 浏览 评分:0.0