📄 l5.1a
字号:
#print(Section 1.5)Write a program that copies exactly three charactersfrom its input to its output.When compiled and tested, type ready.#once #create RefXY#once #create z1XYmarks the spot.#usera.out <z1 >z2#cmp z2 Ref#succeed/* Here is one possible solution */main(){ putchar(getchar()); putchar(getchar()); putchar(getchar());}#log#next5.1b 105.2a 5
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -