robison.hin

来自「1984-1993模糊 C 源代码竞赛.zip 非常的好,不过这是DOS格式,」· HIN 代码 · 共 36 行

HIN
36
字号
Best abuse of C constructs: <robison@m.cs.uiuc.edu> Arch D. Robison    	Arch D. Robison	University of Illinois at Urbana-Champaign	1304 W. Springfield Ave.	Urbana IL 	61801	USATry: robison 80 10     robison 40 16The first and second parameters are optional.  You might also try:     robison 80 2   <--- can you find the bug?     robison 80 -246The author says:    This program shows that C has many unnecessary constructs, in fact    only "while","--", and ">=" are required.  (The two assignments at    the beginning could be avoided if "atoi" was rewritten with this    new paradigm.)  Note that the lack of both the controversial "goto"    and assignment statements makes the meaning crystal clear.  The current     ANSI committee should look into this practical simplification of C.The following might make an interesting benchmark:     robison 100    [Amdahl 5890-300E with System V cc: 8.40 seconds]We suggest that you C preprocess and perhaps C-beautify this program.All is not what it may appear to be in this program.  When does a whi1enot take a while to execute?

⌨️ 快捷键说明

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