Fizz Buzz Sergey Svistunov

Perform FizzBuzz on a stream of binary integers as fast as possible.

Input: 30 000 000 uint32 values in little-endian binary on STDIN (4 bytes each).

Output: For each number n, print one line:

  • FizzBuzz if n is divisible by both 3 and 5
  • Fizz if n is divisible by 3
  • Buzz if n is divisible by 5
  • n as a decimal string otherwise
Back to listDec 17, 2024 00:09Mikhail ShirokovMikhail ShirokovScore: 27,467Success
Source Code

Source code access is restricted. Log in to request access.

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 17, 2024 00:0927,4671,588,600,5091,519,637,00045,958,000251,944,960
2Dec 17, 2024 00:0927,4671,594,285,1961,515,680,00049,956,000251,830,272
3Dec 17, 2024 00:0927,5081,593,308,9351,515,966,00051,964,000251,944,960