题解列表

筛选

小题不必大做

摘要:解题思路:小题不必大做注意事项:参考代码:a, b, c = input().split() list1 = [a, b, c] print(max(list1))……

kmp字符匹配

摘要:参考代码:import java.util.Scanner; class Main { public static void main(String[] args) { Scanner sc = n……

1749: 字符排序(C++题解)

摘要:## 上代码!里面详细教程 ```cpp /* 思路: 1.定义整数n和字符串s 2.输入n 3.for循环输入s 4.快排sort (格式):sort(s.begin(),s.end……