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 18, 2025 21:13Drew GarciaDrew GarciaScore: 6,909Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 18, 2025 21:136,907428,814,595312,558,00081,144,000234,541,056
2Aug 18, 2025 21:136,909432,148,510315,838,00077,960,000234,594,304
3Aug 18, 2025 21:136,951435,425,395312,381,00083,834,000234,553,344