indlist3.out

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

OUT
11
字号
List is 2  6  7  8  9  
The sorted list is 2  6  7  8  9  
List is 5  4  3  2  1  
The sorted list is 1  2  3  4  5  
List is 5  8  6  7  
The sorted list is 5  6  7  8  
List is 
The sorted list is 
List is 1  
The sorted list is 1  

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?