2 条题解

  • 1
    @ 2024-7-24 17:02:21
    #include <bits/stdc++.h>
    using namespace std
    int main() {
    	cin>>s1>>s2
    	if(s1.find(s2)!=-l){
    		cout<<s2<<"is substring of"<<s1	}
    	else if(s2.find(s1)!=-l){
    		cout<<s1<<"is substring of"<<s2
    	}
    	else{
    		cout<<"No substring"
    	}
    	return 0;
    }
    
    • @ 2024-7-24 17:04:33

      思路:直接三个if判断,用find找就行了👍

信息

ID
345
时间
1000ms
内存
128MiB
难度
7
标签
递交数
66
已通过
14
上传者