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 listJul 6, 2026 22:01Victor MerckléVictor MerckléScore: 2,027Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 6, 2026 22:032,018122,848,27594,667,00020,386,000249,901,056stderr
2Jul 6, 2026 22:032,022123,135,93294,551,00020,738,000249,892,864stderr
3Jul 6, 2026 22:032,023125,096,22394,610,00020,701,000249,880,576stderr
4Jul 6, 2026 22:032,024123,177,58594,652,00020,766,000249,876,480stderr
5Jul 6, 2026 22:032,027123,409,22795,180,00020,401,000249,905,152stderr
6Jul 6, 2026 22:032,028123,451,55594,681,00020,941,000249,872,384stderr
7Jul 6, 2026 22:032,879171,904,897116,078,00048,034,000250,146,816stderr
8Jul 6, 2026 22:032,891172,681,746116,506,00048,325,000250,134,528stderr
9Jul 6, 2026 22:032,917174,145,080117,677,00048,624,000250,134,528stderr