注册 登录
编程论坛 C++教室

c++中如何表示几个数互不相等

柠檬朱若澜 发布于 2019-10-23 14:37, 1865 次点击
请教大神,c++中如何表示几个数互不相等?
1 回复
#2
rjsp2019-10-23 14:44
sort + adjacent_find
1