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 listMay 12, 2025 00:18Hayden DonnellyHayden DonnellyScore: 411,651Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1May 12, 2025 00:18409,75523,390,605,20112,040,348,00011,315,688,000251,846,656
2May 12, 2025 00:18411,65123,502,029,00212,174,360,00011,289,770,000251,854,848
3May 12, 2025 00:18420,86524,030,575,82812,465,892,00011,523,430,000251,846,656