Run ID:111135
提交时间:2025-02-28 20:59:50
#include<iostream> using namespace std; char a[1000]; int main(){ char a,b; cin>>a>>b; if(a==b){ cout<<"yes"<<endl; } else{ cout<<"no"<<endl; } return 0; }