Run ID:155914
提交时间:2026-06-14 15:03:12
#include<iostream> #include<cstring> char a[1000],b[1000]; int q; using namespace std; int main(){ q=strcp(a,b); if(q>0){ cout<<"no"; }else if(q<0){ cout<<"no"; }else{ cout<<"yes"; } return 0; }