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:55Victor 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 20:581,59999,447,35869,744,00021,426,000249,864,192stderr
2Aug 16, 2026 20:581,601100,450,74070,094,00021,197,000249,905,152stderr
3Aug 16, 2026 20:581,60599,922,06870,417,00021,106,000249,888,768stderr
4Aug 16, 2026 20:581,60599,992,89870,456,00021,084,000249,872,384stderr
5Aug 16, 2026 20:581,608102,226,89570,329,00021,364,000249,876,480stderr
6Aug 16, 2026 20:581,60899,920,22570,320,00021,359,000249,896,960stderr
7Aug 16, 2026 20:581,617100,680,83370,516,00021,676,000249,884,672stderr
8Aug 16, 2026 20:581,622100,793,38770,837,00021,631,000249,880,576stderr
9Aug 16, 2026 20:581,628101,927,38271,144,00021,665,000249,884,672stderr