marangon.hin

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

HIN
35
字号
Best Game: <marangon@ghost.dsi.unimi.it> Marangoni Andrea	Marangoni Andrea	Department of Computer Science at Milano	Via Pausula, 72	62014 Corridonia (MC)	ItalyJudges' comments:    Make and run.    The object is to refill the table with 5's, by incrementing    or decrementing numbers as needed.  It is the side effects    that get you into trouble.  If you are not careful, you may    find things "at 6's and 7's".  :-)    NOTE: Some compilers have had trouble optimizing this entry.    NOTE: Some systems need to compile with -ltermcap as well as -lcurses.    NOTE: The original winning source marangon.orig.c assumed that	  exit returned a value which cause problems for some	  systems where exit returned a void.  The file marangon.c	  avoids this problem.Selected notes from the author:    It starts off by creating a table with number 5 in all places.  The    CPU melts the numbers and you must return them in original state.    When you increase a number, all the other eight numbers next to it    decrease and vice-versa.

⌨️ 快捷键说明

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