题解列表

筛选

Java语言编写的

摘要:解题思路:注意事项:参考代码:import java.awt.*;import java.nio.charset.StandardCharsets;import java.util.Scanner;p……

字符串对比题解

摘要:解题思路:注意事项:参考代码:a=input()b=input()if a==b:    print(2)else:    if len(a)==len(b):        if a.lower()……

2026: 糖块粘合

摘要:解题思路:注意事项:注意糖块融合后形成的糖块和后面一个糖块可以融合参考代码:#include<bits/stdc++.h> using namespace std; int f(int x[][3……