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 25, 2025 18:32wainCGPwainCGPScore: 13,436Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 25, 2025 18:3213,422786,945,884721,038,00044,002,000251,985,920
2Mar 25, 2025 18:3813,424788,782,594714,242,00050,945,000251,985,920
3Mar 25, 2025 18:3813,435789,158,565713,876,00051,918,000252,104,704
4Mar 25, 2025 18:3813,436788,360,620721,928,00043,934,000251,990,016
5Mar 25, 2025 18:3213,484795,581,464718,624,00049,973,000252,092,416
6Mar 25, 2025 18:3214,982881,351,990805,967,00047,998,000252,104,704