Run ID:144390

提交时间:2026-01-22 09:45:11

#include<bits/stdc++.h> using namespace std; string s,c; int ant[200],k=0; char j; int main(){ cin>>s>>c; if(s!=c){ printf("no"); } else{ printf("yes"); } return 0; }