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 listDec 6, 2025 11:36Aditya SinghAditya SinghScore: 33,091Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 6, 2025 11:3633,0751,910,027,8851,821,322,00063,941,000252,076,032
2Dec 6, 2025 11:3633,0911,920,432,8101,822,226,00063,937,000251,846,656
3Dec 6, 2025 11:3633,1071,918,050,3571,819,127,00067,967,000251,846,656