目录一、使用std::sort和std::unique(STL方法)二、使用std::set容器三、手动比较法(双循环法)四、利用std::map记录元素出现次数五、使用std::unordered_set(哈希表去重)六、标记法七、排序后单循环比较(优化双
I have a Linux box and I want to be able to telnet into it (port 77557) and run few required commands without having to access to the whole Linux box. So, I have a server listening on that port, and e