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 2, 2025 00:49wainCGPwainCGPScore: 14,018Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 2, 2025 00:4913,990822,120,750751,463,00045,967,000251,850,752
2Mar 2, 2025 00:4914,018822,054,585755,104,00043,947,000252,092,416
3Mar 2, 2025 00:4914,108826,080,963754,229,00049,949,000251,850,752