30
賢い人のMira気楼
むかしむかし、Quoraでこの質問/回答を読んでいた FizzBuzzテストに合格できないコンピューターサイエンスの学位を持つプログラマーは本当にいますか このコードは明白な答えとして与えられます for i in range(1, 100): if i % 3 == 0 and i % 5 == 0: print "FizzBuzz" elif i % 3 == 0: print "Fizz" elif i % 5 == 0: print "Buzz" else: print i もちろん、FizzBuzzは死ぬまでゴルフにかけられましたが、それはこの質問の目的ではありません。あなたはコメントで、4の倍数の印刷「ジャズ」などの追加条件を簡単に追加できるので、この明白な答えは素晴らしいと誰かが言及していることがわかります(同意しません。このスキームを拡張するにはO(2 ** n )コード行。) あなたの挑戦は、仲間によって判断されるようにFizzJazzBuzzの最も美しいバージョンを書くことです。 投票者が考慮すべき事項: ドライ 除算/モジュラス演算の効率 Quoraに関する回答の多くはPythonを使用していましたが、ここではそのような言語の制限はありません。 …
29
popularity-contest
code-challenge
word
popularity-contest
string
grid
language-design
code-golf
source-layout
math
fastest-algorithm
assembly
code-golf
json
code-golf
arithmetic
array-manipulation
code-golf
ascii-art
code-golf
crossword
code-golf
string
restricted-complexity
code-golf
ascii-art
kolmogorov-complexity
code-golf
string
decision-problem
balanced-string
syntax
code-golf
grid
puzzle-solver
hexagonal-grid
code-golf
math
number
sequence
code-golf
string
decision-problem
code-golf
cryptography
king-of-the-hill
code-challenge
fastest-code
code-golf
number
code-golf
code-golf
string
code-golf
cryptography
king-of-the-hill
java
code-golf
number-theory
base-conversion
code-golf
code-golf
array-manipulation
code-golf
array-manipulation
sorting
code-challenge
restricted-source
quine
code-golf
tips
python
king-of-the-hill
code-golf
source-layout
fractal
code-golf
tips
game
king-of-the-hill
path-finding
grid
code-golf
kolmogorov-complexity
natural-language
code-golf
tips
python
code-golf
number
arithmetic
sequence
array-manipulation
code-golf
number
combinatorics
random
integer-partitions
code-golf
string
code-golf
vim
comment
code-golf
combinatorics
counting
code-challenge
rosetta-stone
code-golf
combinatorics
sequence
subsequence
code-golf
code-challenge
restricted-source
primes
printable-ascii
popularity-contest
graphical-output
image-processing