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 listApr 3, 2026 02:21Taylor DettlingTaylor DettlingScore: 3,877Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 3, 2026 02:213,865250,354,618175,455,00044,860,000251,846,656
2Apr 3, 2026 02:213,865247,301,115176,464,00043,866,000251,850,752
3Apr 3, 2026 02:213,869243,615,051178,612,00041,909,000251,920,384
4Apr 3, 2026 02:213,875250,228,243176,091,00044,769,000251,916,288
5Apr 3, 2026 02:213,877248,139,323180,176,00040,813,000251,920,384
6Apr 3, 2026 02:213,877244,385,888179,006,00042,001,000251,846,656
7Apr 3, 2026 02:213,882247,494,207176,431,00044,855,000251,850,752
8Apr 3, 2026 02:213,884248,511,997175,530,00045,877,000252,030,976
9Apr 3, 2026 02:213,886248,875,307179,615,00041,910,000251,850,752