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 listMar 23, 2026 02:54Dominique GarmierDominique GarmierScore: 5,972Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 23, 2026 06:275,956373,168,008277,601,00061,911,000252,076,032
2Mar 23, 2026 02:545,967363,914,744280,280,00059,846,000251,895,808
3Mar 23, 2026 06:275,970369,993,514281,409,00058,876,000252,076,032
4Mar 23, 2026 02:545,972362,498,534281,487,00058,892,000252,076,032
5Mar 23, 2026 02:545,976373,090,628274,687,00065,925,000251,842,560
6Mar 23, 2026 06:275,977373,430,561282,748,00057,948,000252,080,128