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
基因相关性(不知道为什么用gets,还是fgets,都通过不了,有没有大佬来说一下) 摘要:参考代码: ```c #include #include #define MAX 500 int main() { double c; scanf("%lf",&c); get…… 题解列表 2023年09月21日 0 点赞 0 评论 165 浏览 评分:0.0
2848: 基因相关性 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h> using namespace std; int main() { double a; cin…… 题解列表 2023年10月21日 0 点赞 0 评论 108 浏览 评分:9.9
基因相关性(两个数组对比) 摘要:解题思路:依靠循环和数组对比注意事项:注意要用%s 而不是%c 来输入字符串参考代码:#include<stdio.h>#include<string.h>int main(void){ flo…… 题解列表 2023年10月22日 0 点赞 0 评论 344 浏览 评分:9.9
学习思想与方法 摘要:解题思路:注意事项:参考代码:import java.util.Scanner; public class Main { public static void main(String[…… 题解列表 2023年11月02日 0 点赞 0 评论 119 浏览 评分:9.9
2848: 基因相关性 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;char s[1000],a[1000];int main(){ doubl…… 题解列表 2023年11月04日 0 点赞 0 评论 78 浏览 评分:0.0
基因相关性 摘要:注意事项:%c会读取任何字符,包括空格、制表符和换行符参考代码:#include <stdio.h>#include <stdlib.h>#include <string.h>int main(){ …… 题解列表 2023年11月06日 0 点赞 0 评论 55 浏览 评分:0.0
基因问题!! 摘要:解题思路:求比例和输入的阈值比大小注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){ char a[501],b[501]; …… 题解列表 2023年11月26日 0 点赞 0 评论 117 浏览 评分:0.0
c代码记录之基因相关性(提出问题,用scanf能过,用gets过不了) 摘要:提出问题,用scanf能过,用gets过不了 //用scanf #include #include int main() { cha…… 题解列表 2023年11月29日 0 点赞 0 评论 121 浏览 评分:0.0
题解 2848: 基因相关性 摘要: #include using namespace std; int e; double c,z; char a[510],b[510]; in…… 题解列表 2023年12月27日 0 点赞 0 评论 67 浏览 评分:0.0