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 19:21Taylor DettlingTaylor DettlingScore: 3,685Success
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 19:233,659233,472,802190,606,00017,962,000250,175,488
2Apr 3, 2026 19:233,661229,773,576188,707,00019,969,000250,163,200
3Apr 3, 2026 19:233,667237,251,342188,010,00021,001,000250,179,584
4Apr 3, 2026 19:213,685233,044,224192,062,00018,005,000250,044,416
5Apr 3, 2026 19:213,687244,922,745189,219,00020,913,000250,036,224
6Apr 3, 2026 19:213,690237,338,280189,398,00020,933,000250,032,128