l5.3e

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 3E 代码 · 共 30 行

3E
30
字号
#printLet's try something easier.Write a program which copies its input toits output.  Compile and test it.   Then type ready.#once #create Refhoboken harrison newark roseville avenue grove streeteast orange brick church orange highland avenuemountain station south orange maplewood millburn short hillssummit chatham madison convent station morristownnew providence murray hill berkeley heightsgillette stirling millington lyons basking ridgebernardsville far hills peapack gladstone#usera.out <Ref >xxx#cmp Ref xxx#succeed/*	One way: */ #include <stdio.h>main() {	int c;	while ((c = getchar()) != EOF)		putchar(c);}#log#next5.1e 10

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?