l1.1f
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 1F 代码 · 共 20 行
1F
20 行
#print(Section 1.2)Write a program to printthe value of the character 'X' inoctal. Compile it and run it.Then type ready.#usera.out >testgrep 130 test >/dev/null#succeedA possible solution:main(){ printf("%o\n", 'X');}#log#next2.1a 10
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?