sumcount2.output
来自「datastucutre and algorithms, application」· OUTPUT 代码 · 共 5 行
OUTPUT
5 行
a[0:5] = 1 2 3 4 5 6
For sum(a,0) the step count is 3
For sum(a,1) the step count is 5
For sum(a,6) the step count is 15
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?