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 listJan 1, 2026 16:42HattonuriHattonuriScore: 3,944Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 1, 2026 16:423,936248,881,753181,485,00042,878,000251,998,208
2Jan 1, 2026 16:423,937249,997,329181,525,00042,887,000251,834,368
3Jan 1, 2026 16:423,941249,570,367180,686,00043,923,000251,838,464
4Jan 1, 2026 16:423,944262,182,305185,846,00038,967,000252,002,304
5Jan 1, 2026 16:423,944248,102,520181,855,00042,965,000252,100,608
6Jan 1, 2026 16:423,946249,668,133181,935,00042,984,000252,104,704
7Jan 1, 2026 16:423,947251,116,863179,975,00044,993,000252,002,304
8Jan 1, 2026 16:423,951252,511,110177,359,00047,827,000251,949,056
9Jan 1, 2026 16:423,952255,172,344182,421,00042,863,000252,006,400