Py2848-基因相关性 摘要:n=float(input())DNA1=input()DNA2=input()DNA3=(…… 题解列表 2025年11月19日 1 点赞 0 评论 242 浏览 评分:0.0
酷酷酷酷酷酷酷酷酷 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){ double num[10]; int minindex…… 题解列表 2025年11月19日 0 点赞 0 评论 198 浏览 评分:0.0
啦啦啦啦啦啦 摘要:解题思路:注意事项:参考代码:#include<stdio.h>double fact(int n){ double result=1; for(int i=1;i<=n;i++){…… 题解列表 2025年11月19日 0 点赞 0 评论 271 浏览 评分:0.0
题解 3325:每行向左移动一个 字符,用 2025 重复填入 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;#define MAX 1000int main(){ …… 题解列表 2025年11月19日 0 点赞 0 评论 492 浏览 评分:0.0
3020:最大数位置 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n,a[1000],max,i,pos; scanf("%d",&…… 题解列表 2025年11月20日 0 点赞 0 评论 269 浏览 评分:0.0
1915: 蓝桥杯算法提高VIP-三个整数的排序 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int a, b, c, max, mid, min; &n…… 题解列表 2025年11月21日 0 点赞 0 评论 174 浏览 评分:0.0
题解 3326-易于理解:法一+法二 摘要:解题思路:可分为五个部分,复制到编译器会好看一点注意事项:参考代码:#include<bits/stdc++.h>//常用组合头文件usingnamespace…… 题解列表 2025年11月21日 1 点赞 0 评论 339 浏览 评分:0.0
[编程入门]数组插入处理 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int arr[100]; int…… 题解列表 2025年11月21日 0 点赞 0 评论 494 浏览 评分:0.0
数据结构--链表的基本操作 摘要:解题思路:该咋写就咋写注意事项:该咋写就咋写参考代码://累死我了,写这么多代码好累啊,写了1个小时,我还是太菜了#include<iostream>#include<cstring…… 题解列表 2025年11月21日 0 点赞 0 评论 237 浏览 评分:0.0
编写题解 1011: [编程入门]最大公约数与最小公倍数 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int GongYueShu(int a,int b){ int temp; while(b!=0){ temp=a%b;…… 题解列表 2025年11月22日 1 点赞 0 评论 596 浏览 评分:0.0