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 listJul 2, 2026 06:18A_ShamanA_ShamanScore: 7,152Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 2, 2026 06:217,143427,190,839319,622,00087,548,000242,872,320
2Jul 2, 2026 06:217,147428,794,281318,984,00088,439,000242,827,264
3Jul 2, 2026 06:217,148428,024,361319,312,00088,127,000242,917,376
4Jul 2, 2026 06:217,151428,219,803320,016,00087,606,000242,962,432
5Jul 2, 2026 06:217,152428,544,953319,240,00088,471,000242,864,128
6Jul 2, 2026 06:217,159430,097,633319,538,00088,576,000242,794,496
7Jul 2, 2026 06:217,171433,492,093319,569,00089,222,000242,950,144
8Jul 2, 2026 06:217,181433,893,823319,743,00089,605,000242,982,912
9Jul 2, 2026 06:217,190435,032,127319,178,00090,676,000241,717,248