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 3, 2026 08:50Victor MerckléVictor MerckléScore: 2,122Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 3, 2026 08:522,114128,401,698100,191,00020,329,000249,888,768stderr
2Jul 3, 2026 08:522,114128,359,643100,264,00020,250,000249,892,864stderr
3Jul 3, 2026 08:522,120128,555,112100,302,00020,555,000249,884,672stderr
4Jul 3, 2026 08:522,120128,703,371100,517,00020,379,000249,872,384stderr
5Jul 3, 2026 08:522,122128,832,531100,523,00020,446,000249,892,864stderr
6Jul 3, 2026 08:522,124128,784,279100,667,00020,422,000249,921,536stderr
7Jul 3, 2026 08:522,129129,409,113100,647,00020,759,000249,909,248stderr
8Jul 3, 2026 08:522,130129,265,200100,679,00020,757,000249,872,384stderr
9Jul 3, 2026 08:522,132129,392,308100,730,00020,798,000249,901,056stderr