摘要: A.Shuffle Hashing 题意:给定s1,s2两个字符串。问s2中是否有s1不计顺序的字串。 题解:sort就完事了,比较一下就好。 贴dalao代码 1 #include <bits/stdc++.h> 2 using namespace std; 3 int main() { 4 in 阅读全文
posted @ 2019-12-21 12:12 慎独191812 阅读(239) 评论(0) 推荐(0)

Contact with me