double1.out
来自「数据结构c++语言描述 Borland C++实现」· OUT 代码 · 共 6 行
OUT
6 行
List is 2 4 6 8
Positioned at front of list but not at the end
List in sequence is 2 4 6 8
Positioned at end of list but not at the front
List in reverse order is 8 6 4 2
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?