extendedchain.output

来自「datastucutre and algorithms, application」· OUTPUT 代码 · 共 17 行

OUTPUT
17
字号
Inserted 6 integers, list y should be 1 2 3 4 5 6
Size of y = 6
Ouput using forward iterators pre and post ++
1  2  3  4  5  6  
1  2  3  4  5  6  
Incremented by 1 list is 2  3  4  5  6  7  
The sum of the elements is 27
Appended 3 integers, list y should be 1 2 3
Size of y = 3
1  2  3  
List y should be 0 1 2 3 4
Size of y = 5
0  1  2  3  4  
List y should be 1 2 3 6
Size of y = 4
1  2  3  6  

⌨️ 快捷键说明

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