题解列表

筛选

用链表排序,数组输出

摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <stdlib.h>#include <math.h>typedef struc……

1737: 二叉搜索树

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;structNode{&nb……

为什么这个可以全过啊?

摘要:解题思路:注意事项:参考代码:import java.io.BufferedReader;import java.io.IOException;import java.io.InputStreamRe……

1020: [编程入门]猴子吃桃的问题

摘要:解题思路:注意事项:注意count要从1开始,因为假设有10个桃子,第一天吃了5+1个,余4个;那第二天吃了2+1个,余1个;第三天想吃的时候是发现只有1个了,所以这这里要多1参考代码:public ……

电导流的矩形

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){ int a[10][4]; in……

:自动晾衣机

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){ int a[1000]; int……