Run ID:146238

提交时间:2026-01-27 14:08:54

#include<bits/stdc++.h> using namespace std; int main(){ string a, b,noma=0,nomb=0;; cin >> a >> b; while(a!="\0"){ numa++; } while(a!="\0"){ nomb++; } if(noma==nomb){ cout<<"yes"; }else{ cout<<"no" } return 0; }