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 listMar 4, 2026 22:51olliecrowolliecrowScore: 4,584Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 4, 2026 22:514,574284,501,704236,738,00023,973,000250,265,600
2Mar 4, 2026 22:514,578289,801,819240,037,00020,916,000250,253,312
3Mar 4, 2026 22:514,580291,958,562238,127,00022,916,000250,044,416
4Mar 4, 2026 22:514,582287,813,626240,180,00021,015,000250,036,224
5Mar 4, 2026 22:514,584289,901,884239,344,00021,939,000250,224,640
6Mar 4, 2026 22:514,587289,752,336238,482,00022,950,000250,232,832
7Mar 4, 2026 22:514,588290,067,538239,535,00021,957,000250,044,416
8Mar 4, 2026 22:514,591283,548,340237,741,00023,973,000250,257,408
9Mar 4, 2026 22:514,608288,397,751240,675,00021,970,000250,023,936