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 5, 2026 01:27olliecrowolliecrowScore: 4,551Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 5, 2026 01:274,550293,649,160238,412,00020,948,000250,068,992
2Mar 5, 2026 01:274,551286,115,324237,433,00021,947,000250,257,408
3Mar 5, 2026 01:274,554288,117,025237,632,00021,966,000250,064,896