Run ID:112285

提交时间:2025-03-09 11:37:29

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