l5.1f
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1F 代码 · 共 18 行
1F
18 行
#print(Section 1.5)Write a program to replace each tab by thethree-character sequence >, backspace, -,which prints as >-. The program should also replaceeach backspace by the sequence <, backspace, -.Compile it, test it, then type ready.#once #create RefThis contain s a back space and a tab.#once #create Ref1This contain <-s a back <-space and a>-tab.#usera.out <Ref >test#cmp test Ref1#log#next5.1g 10
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?