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:32Taylor DettlingTaylor DettlingScore: 5,222Success
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:325,213317,475,367253,276,00043,874,000251,936,768
2Apr 3, 2026 01:325,216322,445,369252,409,00044,895,000251,850,752
3Apr 3, 2026 01:325,218321,406,598254,520,00042,919,000251,846,656
4Apr 3, 2026 01:325,221321,259,379255,660,00041,944,000251,928,576
5Apr 3, 2026 01:325,222324,458,730253,700,00043,948,000251,850,752
6Apr 3, 2026 01:325,225326,582,656256,825,00040,972,000251,850,752
7Apr 3, 2026 01:325,227326,405,714255,934,00041,989,000251,846,656
8Apr 3, 2026 01:325,231325,606,561249,299,00048,862,000251,850,752
9Apr 3, 2026 01:325,232325,836,939256,173,00042,028,000251,850,752