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 listApr 4, 2026 15:17Josu San MartinJosu San MartinScore: 3,359Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 4, 2026 15:173,350218,331,015149,169,00041,767,000251,863,040
2Apr 4, 2026 15:173,359212,479,489148,563,00042,874,000251,969,536
3Apr 4, 2026 15:173,366215,643,853147,887,00043,966,000251,850,752