gcc 与 clang 崩得一样,在进 while 时崩。
而且如果在 while 的第一行加上输出 std::endl 的话会在倒数第二个循环崩掉。。。
根据我在各处添加的各种输出情况来看,算法逻辑上应该没有错误,红黑树也写对了的。。。
https://gist.github.com/anonymous/cfdecea6a83baa638d23
1
linux40 OP 还有 github 的语法高亮很赞啊,有没有什么方法用在编辑器上。。。
|
2
onlyxuyang 2015-11-08 20:09:00 +08:00 via Android
根据你加 std :: endl 的描述来看,可以考虑盖栈了
|
3
linux40 OP @onlyxuyang 什么意思啊,我这只用 7 个元素测试的啊。。。
|