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 29, 2026 22:57Kevin HeaveyKevin HeaveyScore: 3,410Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 29, 2026 22:593,382203,703,979148,606,00044,218,000251,682,816
2Jul 29, 2026 22:593,397203,744,347149,003,00044,672,000251,682,816
3Jul 29, 2026 22:593,397203,747,509149,098,00044,570,000251,682,816
4Jul 29, 2026 22:593,409205,235,976148,965,00045,396,000249,946,112
5Jul 29, 2026 22:593,410205,210,757148,822,00045,551,000249,929,728
6Jul 29, 2026 22:593,422205,937,167135,779,00059,289,000250,449,920
7Jul 29, 2026 22:593,431205,904,232149,738,00045,849,000249,921,536
8Jul 29, 2026 22:593,465208,292,173135,920,00061,590,000250,454,016
9Jul 29, 2026 22:593,496209,466,277139,566,00059,740,000250,441,728