1 条题解

  • 0
    @ 2026-5-17 22:45:47
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
    	string n,m;
    	cin>>n>>m;
    	if(n.find(m)<=100000){
    		printf("Yes");
    	}
    	else{
    		printf("No");
    	}
    	return 0;
    }
    
    • 1

    信息

    ID
    70
    时间
    2000ms
    内存
    1024MiB
    难度
    4
    标签
    递交数
    27
    已通过
    17
    上传者