题解 2848: 基因相关性 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;char s[1000],a[1000];int main(){ doubl…… 题解列表 2024年07月13日 0 点赞 0 评论 71 浏览 评分:9.9
感觉数据有问题 摘要:解题思路:注意事项:使用getline输入字符串时不能ac;直接 cin>> 反而过了,可能是输入的字符串后面有奇怪的空格?参考代码:#include <iostream>#include <stri…… 题解列表 2024年01月31日 0 点赞 0 评论 50 浏览 评分:0.0
很简洁的解题方法 摘要:参考代码:#include<iostream> using namespace std; int main() { double x; cin >> x; stri…… 题解列表 2023年12月31日 0 点赞 0 评论 157 浏览 评分:9.9
题解 2848: 基因相关性 摘要: #include using namespace std; int e; double c,z; char a[510],b[510]; in…… 题解列表 2023年12月27日 0 点赞 0 评论 67 浏览 评分:0.0
2848: 基因相关性 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h> using namespace std; int main() { double a; cin…… 题解列表 2023年10月21日 0 点赞 0 评论 107 浏览 评分:9.9
基因相关性(C++)简单实用 摘要:参考代码:#include <iostream>#include <string>using namespace std;string compareDNA(const string& dna1, c…… 题解列表 2023年07月16日 0 点赞 0 评论 256 浏览 评分:9.9
基因相关性 摘要:解题思路:对应位置进行比较注意事项:参考代码:#include<iostream>#include<string>using namespace std;int main(){ double p; c…… 题解列表 2022年12月08日 0 点赞 1 评论 511 浏览 评分:9.9