Run ID:119672

提交时间:2025-05-18 13:34:41

#include<bits/stdc++.h> using namespace std; int main(){ int t=-1; string a,b; cin>>a>>b; if(a.find(b)){ cout<<"yes"<<endl; } else{ cout<<"no"<<endl; } return 0; }