摘要: A 小红进地下城 点击查看代码 #include<bits/stdc++.h> using namespace std; int main() { string s,t; cin>>s; cin>>t; if(s==t) { cout<<"Yes"<<endl; } else { cout<<"No 阅读全文
posted @ 2024-04-18 23:27 ataraxyyeah 阅读(23) 评论(0) 推荐(0)