2022-03-02 00:45
桂林电子科技大学 Java 华为计算产品线招聘:祝楼主顺利接offer~
华为计算产品线OD软件开发岗位!
Base地杭州!对接组内,团队氛围好!
感兴趣可以私信我!从简历到机试到面试一条龙服务!
投递华为等公司10个岗位 >
0 点赞 评论 收藏
分享
2022-02-15 17:06
桂林电子科技大学 Java 一定要过啊:原题在哪,没地方测试通过率啊😥
import java.util.Scanner;
public class shiyan {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
while (in.hasNext()) {
String s1 = in.nextLine();
String s2 = in.nextLine();
int max = -1;
for(int i = 0;i<s2.length();i++) {
if(s1.charAt(0) == s2.charAt(i) &;&; method(s1,1,s2,i+1) &;&; i>max){
max = i;
}
}
System.out.println(max);
}
}
//对于满足第一个字符相同的索引进行判断
public static boolean method(String s1,int index1,String s2,int index2){
if(index1 == s1.length()){
return true;
}
if(index2 == s2.length()){
return false;
}
if(s1.charAt(index1) == s2.charAt(index2)){
return method(s1,index1+1,s2,index2+1);
}
else{
return method(s1,index1,s2,index2+1);
}
}
}
投递华为等公司10个岗位 >
0 点赞 评论 收藏
分享
关注他的用户也关注了: