cheat
来自「稀疏矩阵、链表、图、队列、二叉树、多叉树、排序、遗传算法等的实现」· 代码 · 共 48 行
TXT
48 行
Those with picky compilers, skip 20 lines.
Compile gcg8.c.
Run it, like this:
gcg8 > gcg7.c
Compile gcg7.c.
Run it, like this:
gcg7 > gcg6.c
Compile gcg6.c.
Run it, like this:
gcg6 > gcg5.c
Those with picky compilers, start here:
Compile gcg5.c.
Run it, like this:
gcg5 > gcg4.c
Keep doing this, compiling each output file in turn, until
you get gcg1.c. Compile this, run it, and save the output
as gcg.c.
Compile that, and run it like this:
gcg < anyCprogramYouLike > gen.c
Have a close look at gen.c
Compile it. Run it. Save the output. Compare the output to anyCprogramYouLike.c.
Notice anything odd?
:-)
Richard Heathfield
19 June 2000.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?