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 listAug 16, 2026 21:29Victor MerckléVictor MerckléScore: 1,607Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 16, 2026 21:311,60199,601,23069,780,00021,503,000249,880,576stderr
2Aug 16, 2026 21:311,60199,603,62969,778,00021,516,000249,876,480stderr
3Aug 16, 2026 21:311,60599,882,88270,053,00021,448,000249,880,576stderr
4Aug 16, 2026 21:311,60599,946,00070,111,00021,394,000249,896,960stderr
5Aug 16, 2026 21:311,607100,106,13770,068,00021,542,000249,892,864stderr
6Aug 16, 2026 21:311,610100,260,23770,215,00021,590,000249,901,056stderr
7Aug 16, 2026 21:311,618100,646,33470,531,00021,736,000249,892,864stderr
8Aug 16, 2026 21:311,619100,842,93670,599,00021,737,000249,896,960stderr
9Aug 16, 2026 21:311,629101,255,94871,117,00021,779,000249,892,864stderr