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 listAug 16, 2026 14:37Victor MerckléVictor MerckléScore: 1,652Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 16, 2026 14:391,642101,880,17072,006,00021,600,000249,880,576stderr
2Aug 16, 2026 14:391,649102,987,93672,542,00021,451,000249,888,768stderr
3Aug 16, 2026 14:391,651103,129,06772,665,00021,442,000249,896,960stderr
4Aug 16, 2026 14:391,652103,212,08472,740,00021,441,000249,921,536stderr
5Aug 16, 2026 14:391,652102,698,11672,558,00021,638,000249,921,536stderr
6Aug 16, 2026 14:391,655103,401,20972,757,00021,615,000249,909,248stderr
7Aug 16, 2026 14:391,659103,056,19272,791,00021,818,000249,892,864stderr
8Aug 16, 2026 14:391,669104,294,99073,367,00021,771,000249,884,672stderr
9Aug 16, 2026 14:391,669103,462,40173,458,00021,731,000249,896,960stderr