Questions tagged «code-shuffleboard»

12
用1024个字符组成的Hello World [关闭]
正好1024个字符,不多也不少: 必须打印Hello World。 一定不要使用不必要的空格。 不得使用注释。 投票赞成答案时,评判应该优先考虑创造力和/或幽默而不是简单的混淆。 我最早会选择一个答案是2012年11月11日(星期日)。到目前为止,我已经看到了一些很棒的条目,迫不及待地想看看人们还有什么想法。

30
从最少的输入获得最大的输出
显然,代码打高尔夫球就是要充分利用最少的代码。谁真正关心实际输出是多少? 尽管我们面临着最高输入输出比的挑战,但这是在给定代码长度的情况下要求最有限和确定性输出的要求。具有讽刺意味的是,这个挑战不是代码高尔夫。 规则: 编写三个独立的片段(不是完整的程序/功能)。 片段必须使用相同的语言。 得分是输出字节的总数。 输出可以是结果,STDOUT等形式。 这些片段可能不会引起任何错误。 这些片段可能导致不同形式的输出。 尾随换行符不计算在内。 第一个代码段必须为1个字节或产生至少1个字节输出的最小长度。 第二个片段必须比该片段长一个字节。 第三段必须比第一个长两个字节。

3
Brainfuck中的按位运算符
您的任务是为以下每个二进制运算符创建一个Brainfuck程序。每个程序应从输入中获取一个或两个8位数字(A和B)并计算指定的运算: A XOR B A AND B A OR B A Shifted Left by 1 (circular shift) NOT A 您不必全部实施5。得分的计算方式为: #totalCharacters + {4000 * #problemsNotCompleted} 因此,有效分数是从零(最佳)到20,000(未完成)。 我不在乎您将结果存储在哪里,也不管您是否保留输入。假设8位单元以及仅在右侧需要的空单元数。 您可能会认为数字已经在最适合您的任何内存位置中,因此您无需担心IO操作。
13 code-golf  binary  brainfuck  code-golf  code-golf  ascii-art  random  code-golf  code-golf  code-challenge  sorting  code-golf  code-challenge  java  code-golf  statistics  code-golf  code-challenge  fastest-code  code-golf  math  code-golf  math  kolmogorov-complexity  code-golf  code-golf  array-manipulation  combinatorics  code-golf  kolmogorov-complexity  popularity-contest  underhanded  code-golf  math  floating-point  code-golf  interpreter  code-golf  music  code-golf  code-golf  cryptography  code-challenge  scrabble  code-golf  code-challenge  popularity-contest  quine  code-golf  quine  cryptography  code-golf  kolmogorov-complexity  code-golf  printable-ascii  code-golf  chess  code-golf  math  number-theory  code-challenge  c  code-golf  random  popularity-contest  hello-world  code-shuffleboard  code-golf  compression  grammars  code-golf  tips  code-golf  sequence  code-golf  string  code-challenge  sorting  permutations  code-golf  string  code-challenge  optimization  code-golf  interpreter  code-challenge  string  code-golf  math  number  fibonacci  string  compression  c#  code-golf  chemistry  popularity-contest  math  c  c++  java  code-golf  math  function  code-golf  complex-numbers  code-golf  geometry 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.