Run ID:110763

提交时间:2025-02-23 12:39:33

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