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 listDec 29, 2025 18:36KeefeKeefeScore: 5,509Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 29, 2025 18:365,502342,495,322252,669,00060,920,000250,327,040
2Dec 29, 2025 18:365,504339,346,931254,757,00058,943,000250,310,656
3Dec 29, 2025 18:365,505334,873,359252,806,00060,953,000250,167,296
4Dec 29, 2025 18:365,508337,617,597247,187,00066,780,000250,040,320
5Dec 29, 2025 18:365,509341,663,009253,192,00060,806,000250,089,472
6Dec 29, 2025 18:365,510343,872,912251,238,00062,809,000250,036,224
7Dec 29, 2025 18:365,512342,403,018251,360,00062,840,000250,302,464
8Dec 29, 2025 18:365,518337,041,296252,632,00061,909,000250,294,272
9Dec 29, 2025 18:365,522342,022,796249,788,00064,945,000250,048,512