首页 > 你的粪坑v1
头像 zhaoshuai111
发表于 2022-09-12 19:09:47
#include #include #include using namespace std; bool check(string a, string b) { if(a == "shitou") return b == "jiandao"; if(a == "jiandao") return 展开全文