有char a[n],char b[m]两个数组,n > m > 1000,b数组中的元素a中都有,现在需要生成数组c,将a中有b中没有的元素都放到c里面,要求O(N)。

NoSuchKey

猜你喜欢

转载自blog.csdn.net/qq_30242987/article/details/100625339