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 listJul 6, 2026 21:16Victor MerckléVictor MerckléScore: 2,039Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 6, 2026 21:252,016122,808,76394,600,00020,367,000249,888,768stderr
2Jul 6, 2026 21:252,017122,906,71694,588,00020,434,000249,905,152stderr
3Jul 6, 2026 21:252,020123,029,14894,498,00020,663,000249,896,960stderr
4Jul 6, 2026 21:252,025123,306,24294,191,00021,278,000249,913,344stderr
5Jul 6, 2026 21:252,039124,177,20195,308,00020,967,000249,872,384stderr
6Jul 6, 2026 21:252,043124,956,03595,438,00021,025,000249,884,672stderr
7Jul 6, 2026 21:252,191133,042,18698,379,00026,534,000249,925,632stderr
8Jul 6, 2026 21:252,213134,048,44599,070,00027,119,000249,954,304stderr
9Jul 6, 2026 21:252,227134,778,45499,313,00027,631,000249,925,632stderr