Run ID:88268

提交时间:2024-08-19 10:30:48

#include<bits/stdc++.h> using namespace std; char s[150]; char sc[150]; int main() { cin>>s>>sc; int n=strlen(s); int a=strlen(sc); if(n==a){ cout<<"yes"; }else{ cout<<"no"; } return 0; }