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 28, 2026 18:36Dominique GarmierDominique GarmierScore: 23,849Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 28, 2026 18:2623,7811,381,903,9901,296,604,00058,936,000251,985,920
2Mar 28, 2026 18:2623,8341,384,590,1531,300,615,00057,938,000251,977,728
3Mar 28, 2026 18:2623,8401,390,237,2051,301,915,00056,952,000251,904,000
4Mar 28, 2026 18:3623,8491,384,950,9941,296,474,00062,925,000252,084,224
5Mar 28, 2026 18:3623,8641,388,295,2551,300,314,00059,922,000251,846,656
6Mar 28, 2026 18:3623,8991,392,579,6081,301,296,00060,967,000251,977,728