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 14, 2025 09:02Emanuele BolognesiEmanuele BolognesiScore: 392,370Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1May 14, 2025 09:02390,06922,278,320,24810,813,120,00011,420,789,000147,824,640
2May 14, 2025 09:02392,37022,414,178,14610,848,189,00011,516,893,000147,873,792
3May 14, 2025 09:02399,51222,814,457,65110,677,926,00012,094,253,000147,836,928