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 3, 2026 01:00Taylor DettlingTaylor DettlingScore: 6,440Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 3, 2026 01:006,436391,515,540321,017,00045,859,000251,924,480
2Apr 3, 2026 01:006,437397,206,796322,067,00044,870,000251,912,192
3Apr 3, 2026 01:006,438394,131,789322,111,00044,876,000251,920,384
4Apr 3, 2026 01:006,439391,806,151321,137,00045,876,000251,846,656
5Apr 3, 2026 01:006,440392,091,835322,191,00044,887,000251,928,576
6Apr 3, 2026 01:006,442389,439,367321,279,00045,897,000251,846,656
7Apr 3, 2026 01:006,443390,767,459323,330,00043,909,000251,920,384
8Apr 3, 2026 01:006,445394,821,144326,434,00040,929,000251,846,656
9Apr 3, 2026 01:006,451395,111,727325,849,00041,852,000251,920,384