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