📄 l5.1f
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -