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 15:45Victor MerckléVictor MerckléScore: 1,608Success
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 15:471,593100,484,00269,397,00021,440,000249,884,672stderr
2Aug 16, 2026 15:471,604100,547,44970,083,00021,347,000249,868,288stderr
3Aug 16, 2026 15:471,605100,677,12870,143,00021,363,000249,856,000stderr
4Aug 16, 2026 15:471,605100,377,54870,037,00021,460,000249,888,768stderr
5Aug 16, 2026 15:471,60899,855,97170,232,00021,462,000249,901,056stderr
6Aug 16, 2026 15:471,610100,855,84770,298,00021,503,000249,921,536stderr
7Aug 16, 2026 15:471,625101,845,85070,993,00021,688,000249,880,576stderr
8Aug 16, 2026 15:471,627100,922,13671,107,00021,649,000249,913,344stderr
9Aug 16, 2026 15:471,627101,618,25771,073,00021,702,000249,888,768stderr