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 20:49Victor MerckléVictor MerckléScore: 1,616Success
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 20:511,60299,813,05069,836,00021,501,000249,913,344stderr
2Aug 16, 2026 20:511,60599,707,85869,881,00021,635,000249,888,768stderr
3Aug 16, 2026 20:511,612100,441,43070,301,00021,602,000249,917,440stderr
4Aug 16, 2026 20:511,613101,102,42570,504,00021,442,000249,896,960stderr
5Aug 16, 2026 20:511,616101,226,46070,601,00021,532,000249,901,056stderr
6Aug 16, 2026 20:511,617100,524,59070,589,00021,621,000249,901,056stderr
7Aug 16, 2026 20:511,628101,080,24071,095,00021,738,000249,884,672stderr
8Aug 16, 2026 20:511,631101,398,02871,255,00021,750,000249,888,768stderr
9Aug 16, 2026 20:511,637102,251,06371,480,00021,848,000249,876,480stderr