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 4, 2026 03:29Josu San MartinJosu San MartinScore: 3,346Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 4, 2026 03:293,334214,064,796145,248,00044,768,000251,969,536
2Apr 4, 2026 04:233,334216,455,132147,257,00042,784,000251,969,536
3Apr 4, 2026 04:233,335217,553,644147,302,00042,797,000251,850,752
4Apr 4, 2026 03:293,337216,071,328146,402,00043,821,000251,850,752
5Apr 4, 2026 03:293,340221,860,980146,544,00043,863,000251,850,752
6Apr 4, 2026 04:233,344218,431,658147,688,00042,909,000251,957,248
7Apr 4, 2026 03:293,346215,169,690146,789,00043,937,000251,854,848
8Apr 4, 2026 03:293,347214,337,548145,823,00044,945,000251,850,752
9Apr 4, 2026 03:293,347211,233,013147,842,00042,954,000251,850,752
10Apr 4, 2026 03:293,349222,259,853144,151,00046,724,000251,846,656
11Apr 4, 2026 03:293,350216,117,891147,198,00043,761,000251,965,440
12Apr 4, 2026 03:293,357217,983,707145,526,00045,850,000251,838,464