题解列表

筛选

字符串的反码

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

Power Strings 暴力解法

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

修剪灌木题解

摘要:#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……