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 04:44Taylor DettlingTaylor DettlingScore: 3,478Success
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 04:453,473228,240,901175,064,00022,877,000250,052,608
2Apr 3, 2026 04:443,478221,335,869176,213,00022,026,000250,056,704
3Apr 3, 2026 04:443,478226,886,379176,336,00021,917,000250,060,800
4Apr 3, 2026 04:453,478225,519,206176,319,00021,915,000250,048,512
5Apr 3, 2026 04:443,481225,307,507178,475,00019,941,000250,216,448
6Apr 3, 2026 04:453,481229,716,480177,496,00020,940,000250,068,992