2861: 验证子串 摘要:解题思路:无注意事项:无参考代码:#include <bits/stdc++.h> using namespace std; int main() { string str ; …… 题解列表 2023年12月23日 0 点赞 0 评论 452 浏览 评分:9.9
java验证子串(indexOf方法) 摘要:解题思路:利用indexOf方法判断一个字符串是否是另一个的子串注意事项:参考代码:package ten;import java.util.Scanner;public class 验证子串 { …… 题解列表 2023年04月24日 0 点赞 0 评论 534 浏览 评分:9.9
随便解释一下吧 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main ( ){ char s1[201]={0} ,s2[201]={0} ; int i=0 ,a=0 ,c=…… 题解列表 2024年11月30日 0 点赞 0 评论 609 浏览 评分:10.0
编写题解 2861: 验证子串(注释清晰 简单易懂) 摘要: #include #include int main() { char s[201],t[201]; scanf("%s%s"…… 题解列表 2025年08月15日 2 点赞 0 评论 356 浏览 评分:10.0