📄 l9.1a
字号:
#print(Section 1.9 -- read 1.6-1.8 too.)Write a program that removes trailing blanksand tabs from each line of input, and deletesentirely blank lines. To make your job easier,you can use the function getline; its sourceis in getline.c.Type ready when you are done.#once #create Ref This file containssome trailing blanks and tabs and some empty lines.#once #create Ref1 This file containssome trailingblanksand tabsand some empty lines.#once cp %s/getline.c .#usera.out <Ref >test#cmp test Ref1#succeedNo answer yet - sorry.#log#next10 10
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -