?? vanb.hin
字號(hào):
Best one liner: <...!{decvax|akgua}!ucf-cs!vanb> David Van Brackle David Van Brackle Department of Computer Science University of Central Florida Orlando, Florida 32816 USA Judges notes: This program computes all proper subsets of the set of arguments passed to it. Each subset is printed with one element on each line, followed by a line of ten dashes. Try: vanb the rug gary lent vanb unix is better than os/2Selected notes from the author: The program has the following charming and possibly non-portable features: * It has no local or global variables, only the command-line parameters. * It calls main recursively. * It alters the command-line parameters. * It uses the fact that if the high bit is set in a character variable, the value is negative.
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -