bst3.out

来自「数据结构c++语言描述 Borland C++实现」· OUT 代码 · 共 18 行

OUT
18
字号
Elements in ascending order are
1 a  4 c  6 b  8 d  
Delete of max element succeeds 
8 d
Elements in ascending order are
1 a  4 c  6 b  
Delete of max element succeeds 
6 b
Elements in ascending order are
1 a  4 c  
Delete of max element succeeds 
4 c
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 + -
显示快捷键?