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 listSep 2, 2026 04:08Victor MerckléVictor MerckléScore: 1,473Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Sep 2, 2026 04:101,46091,757,93361,677,00021,563,000249,896,960stderr
2Sep 2, 2026 04:101,46191,511,06061,767,00021,549,000249,892,864stderr
3Sep 2, 2026 04:101,46491,681,75761,805,00021,677,000249,880,576stderr
4Sep 2, 2026 04:101,47292,435,72062,397,00021,547,000249,872,384stderr
5Sep 2, 2026 04:101,47392,497,93362,441,00021,554,000249,876,480stderr
6Sep 2, 2026 04:101,47493,928,96862,571,00021,502,000249,901,056stderr
7Sep 2, 2026 04:101,48993,160,36463,014,00021,904,000249,880,576stderr
8Sep 2, 2026 04:101,49293,353,94563,201,00021,873,000249,860,096stderr
9Sep 2, 2026 04:101,49594,380,57663,451,00021,790,000249,864,192stderr