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 21:03Victor MerckléVictor MerckléScore: 2,026Success
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 21:052,016122,701,07494,273,00020,663,000249,892,864stderr
2Jul 6, 2026 21:052,022123,328,94194,888,00020,413,000249,888,768stderr
3Jul 6, 2026 21:052,022123,052,93694,662,00020,632,000249,917,440stderr
4Jul 6, 2026 21:052,023123,142,63794,887,00020,429,000249,864,192stderr
5Jul 6, 2026 21:052,026123,368,13395,004,00020,517,000249,872,384stderr
6Jul 6, 2026 21:052,027124,922,87994,901,00020,660,000249,905,152stderr
7Jul 6, 2026 21:052,031124,153,50294,971,00020,819,000249,872,384stderr
8Jul 6, 2026 21:052,032124,152,09095,181,00020,684,000249,868,288stderr
9Jul 6, 2026 21:052,035123,814,42695,217,00020,812,000249,896,960stderr