c++--study||O.o 摘要:参考代码:#include<bits/stdc++.h>usingnamespacestd;usingll=long…… 题解列表 2025年04月16日 1 点赞 0 评论 154 浏览 评分:10.0
c++--study||O.o 摘要:参考代码:#include<bits/stdc++.h>usingnamespacestd;usingll=long…… 题解列表 2025年04月16日 0 点赞 0 评论 233 浏览 评分:10.0
用链表排序,数组输出 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <stdlib.h>#include <math.h>typedef struc…… 题解列表 2025年04月15日 0 点赞 0 评论 181 浏览 评分:0.0
1737: 二叉搜索树 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;structNode{&nb…… 题解列表 2025年04月15日 0 点赞 0 评论 160 浏览 评分:0.0
为什么这个可以全过啊? 摘要:解题思路:注意事项:参考代码:import java.io.BufferedReader;import java.io.IOException;import java.io.InputStreamRe…… 题解列表 2025年04月15日 0 点赞 0 评论 226 浏览 评分:0.0
新生的入队仪式(C语言) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a[100000]; int i,j,n,m…… 题解列表 2025年04月15日 0 点赞 0 评论 177 浏览 评分:0.0
题解 3320: 蓝桥杯2025年第十六届省赛真题-产值调整 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ long long a,b,c; …… 题解列表 2025年04月14日 2 点赞 0 评论 553 浏览 评分:0.0
1022: [编程入门]筛选N以内的素数 摘要:解题思路:注意事项:参考代码:publicstaticvoidmain(String[]args){…… 题解列表 2025年04月14日 1 点赞 0 评论 303 浏览 评分:0.0
1020: [编程入门]猴子吃桃的问题 摘要:解题思路:注意事项:注意count要从1开始,因为假设有10个桃子,第一天吃了5+1个,余4个;那第二天吃了2+1个,余1个;第三天想吃的时候是发现只有1个了,所以这这里要多1参考代码:public …… 题解列表 2025年04月14日 2 点赞 0 评论 297 浏览 评分:0.0
电导流的矩形 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){ int a[10][4]; in…… 题解列表 2025年04月14日 0 点赞 0 评论 155 浏览 评分:0.0