[编程入门]链表合并 摘要: **核心思想是先将二者合并,再利用插入排序** ## 代码 #include #include typedef struct N…… 题解列表 2024年02月04日 0 点赞 0 评论 184 浏览 评分:0.0
java--study||O.o 摘要:参考代码:import java.util.Scanner; public class Main { public static void main(String[] args) …… 题解列表 2024年02月04日 0 点赞 0 评论 199 浏览 评分:9.9
编写题解 2788: 晶晶赴约会 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a; scanf("%d",&a); if(a==1||a==3||a==5) prin…… 题解列表 2024年02月04日 0 点赞 0 评论 319 浏览 评分:9.9
图像旋转(Java) 摘要:解题思路:注意事项:参考代码:public static void main(String args[]) { Scanner sc=new Scanner(System.in); int…… 题解列表 2024年02月04日 0 点赞 0 评论 139 浏览 评分:0.0
编写题解 2789: 骑车与走路 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a; scanf("%d",&a); if((a/3.0+27+23)<(a/1.2)…… 题解列表 2024年02月04日 0 点赞 0 评论 382 浏览 评分:0.0
编写题解 2790: 分段函数 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ float a; scanf("%f",&a); if(a>=0&&a<5) printf("%…… 题解列表 2024年02月04日 0 点赞 0 评论 187 浏览 评分:0.0
大整数加法(C++) 摘要://大整数加法#include <bits/stdc++.h>using namespace std;int na[1005], nb[1005];string add(string a, strin…… 题解列表 2024年02月04日 0 点赞 0 评论 213 浏览 评分:0.0
编写题解 2791: 计算邮资 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a,c; char b; scanf("%d %c",&a,&b); c=a-1…… 题解列表 2024年02月04日 0 点赞 0 评论 322 浏览 评分:9.9
这道题是背包问题 摘要:解题思路:注意事项:【【Python算法实战】背包问题】 https://www.bilibili.com/video/BV1PA411J7Zh/?share_source=copy_web&vd_s…… 题解列表 2024年02月04日 0 点赞 0 评论 406 浏览 评分:9.9
题目2768:与圆相关的计算 摘要:解题思路:硬解注意事项:请问为什么加上下面if就是83分,题目的范围这么表述有没有问题,或者怎么改,求大佬解答参考代码:#include<stdio.h>int main(){ double r…… 题解列表 2024年02月04日 0 点赞 2 评论 392 浏览 评分:0.0