题解列表

筛选

修剪灌木题解

摘要:#include<stdio.h>//冒泡排序voidbubble_sort(inta[],intn){ inti,j,te……

1204 大小写转换111111111

摘要:解题思路: 小转大upper()注意事项:参考代码:a=input()b=input()c=input()a1=a.upper()b1=b.upper()c1=c.upper()print(a1)pr……

C++查找单词树实现

摘要:其实这道题不用写树来模拟的,但谁让这道题属于树的分类呢```cpp#include #include #include using namespace std;st……

这个够简短了吧

摘要:解题思路:利用方向输出来从大到小输出注意事项:参考代码:#include<iostream>#include<algorithm>#include<vector>u……