Run ID:6243

提交时间:2025-01-14 15:43:26

# include<iostream> using namespace std; int main(){ char s[151],a[151]; cin>>a>>s; if(strlen(s)==strlen(a)){ cout<<"yes"; } else cout<<"no"<<endl; return 0; }