bst.out
来自「data structures, algorithms and Applicat」· OUT 代码 · 共 18 行
OUT
18 行
Elements in ascending order are
1 a 4 c 6 b 8 d
Delete of 4 succeeds
4 c
Elements in ascending order are
1 a 6 b 8 d
Delete of 8 succeeds
8 d
Elements in ascending order are
1 a 6 b
Delete of 6 succeeds
6 b
Elements in ascending order are
1 a
Delete of 6 fails
Elements in ascending order are
1 a
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?