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 8, 2025 16:50wainCGPwainCGPScore: 13,618Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 8, 2025 16:5013,522804,475,584725,770,00044,985,000251,850,752
2Mar 8, 2025 16:5013,618806,099,170738,244,00037,961,000251,834,368
3Mar 8, 2025 16:5015,068889,805,273812,927,00045,939,000251,850,752