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 30, 2026 09:46Kevin HeaveyKevin HeaveyScore: 3,260Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 30, 2026 09:483,208238,725,967115,863,00067,023,000250,241,024
2Jul 30, 2026 09:483,229239,749,366115,773,00068,307,000250,195,968
3Jul 30, 2026 09:483,250242,274,055115,563,00069,702,000250,462,208
4Jul 30, 2026 09:483,253241,774,519115,656,00069,774,000250,486,784
5Jul 30, 2026 09:483,260241,484,300115,537,00070,309,000250,445,824
6Jul 30, 2026 09:483,260241,546,166115,902,00069,924,000250,437,632
7Jul 30, 2026 09:483,262242,107,449115,628,00070,338,000250,458,112
8Jul 30, 2026 09:483,276242,697,919115,747,00070,986,000250,458,112
9Jul 30, 2026 09:483,283243,123,215115,989,00071,150,000250,232,832