基因相关性(C++)简单实用 摘要:参考代码:#include <iostream>#include <string>using namespace std;string compareDNA(const string& dna1, c…… 题解列表 2023年07月16日 0 点赞 0 评论 434 浏览 评分:9.9
优质题解 谁拿了最多奖学金(C++代码解析和题解) 摘要: 代码解析: 首先,定义了一个 Student 结构体,用来存储学生的相关信息,包括姓名、平均成绩、测评成绩、是否担任干部、是否来自西部地区…… 题解列表 2023年07月17日 0 点赞 0 评论 640 浏览 评分:9.9
矩阵转置(C++简单实用) 摘要:参考代码:#include<iostream>using namespace std;int main() { int n, m; cin >> n >> m; int A[100]…… 题解列表 2023年07月17日 0 点赞 0 评论 315 浏览 评分:9.9
图像相似度(C++)简单易懂 摘要:参考代码:#include <iostream>#include <iomanip>using namespace std;int main() { int m, n; cin >> m …… 题解列表 2023年07月17日 0 点赞 0 评论 1003 浏览 评分:9.9
不高兴的津津 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int a,b,c,maxday = 0,maxtime = 0;int main…… 题解列表 2023年07月17日 0 点赞 0 评论 329 浏览 评分:9.9
计算书费feifeifei 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;double a[10]= {28.9,32.7,45.6,78,35,86.2,…… 题解列表 2023年07月17日 0 点赞 0 评论 411 浏览 评分:9.9
不高兴的津津 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int a,b,c,maxday = 0,maxtime = 0;int main…… 题解列表 2023年07月17日 0 点赞 0 评论 275 浏览 评分:9.9
******************************计算书费****************************** 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std; double a[10]= { 28.9,32.7,45.6,78,35,86…… 题解列表 2023年07月17日 0 点赞 0 评论 325 浏览 评分:9.9
斐波纳契数列 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int a[100];int main(){ int x; cin>>…… 题解列表 2023年07月17日 0 点赞 0 评论 278 浏览 评分:9.9
2840: 向量点积计算 摘要:参考代码:#include <bits/stdc++.h>using namespace std;int a[10000000];int b[10000000];int main(){ int …… 题解列表 2023年07月17日 0 点赞 0 评论 292 浏览 评分:9.9