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 listApr 25, 2026 14:43olliecrowolliecrowScore: 4,183Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 25, 2026 14:464,173255,612,408214,903,00022,989,000250,130,432
2Apr 25, 2026 14:464,175246,670,060214,983,00022,998,000250,142,720
3Apr 25, 2026 14:464,178256,781,218218,142,00020,013,000250,232,832
4Apr 25, 2026 14:464,181255,015,502220,400,00017,951,000250,204,160
5Apr 25, 2026 14:464,183247,226,681220,489,00017,958,000250,216,448
6Apr 25, 2026 14:464,183247,560,101218,501,00019,954,000250,134,528
7Apr 25, 2026 14:464,184247,144,015218,560,00019,959,000250,142,720
8Apr 25, 2026 14:464,184247,186,757217,569,00020,958,000250,249,216
9Apr 25, 2026 14:464,188247,608,672220,756,00017,980,000250,130,432