Run ID:111204

提交时间:2025-03-01 10:48:42

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