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 29, 2026 14:08Kevin HeaveyKevin HeaveyScore: 3,832Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 29, 2026 14:103,773226,005,324154,187,00060,883,000251,695,104
2Jul 29, 2026 14:103,798226,636,621154,911,00061,612,000251,695,104
3Jul 29, 2026 14:103,806227,155,346155,135,00061,834,000251,695,104
4Jul 29, 2026 14:103,810227,976,883155,150,00062,051,000251,695,104
5Jul 29, 2026 14:103,832228,658,969154,716,00063,752,000251,695,104
6Jul 29, 2026 14:103,835229,517,960154,836,00063,781,000251,695,104
7Jul 29, 2026 14:103,841229,774,139155,665,00063,281,000251,695,104
8Jul 29, 2026 14:103,843229,841,626155,083,00063,971,000251,695,104
9Jul 29, 2026 14:103,876231,933,306156,058,00064,921,000251,695,104