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 17:52Victor MerckléVictor MerckléScore: 1,595Success
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 18:001,58798,996,16268,887,00021,615,000249,880,576stderr
2Aug 16, 2026 18:001,587100,038,64568,945,00021,532,000249,888,768stderr
3Aug 16, 2026 18:001,58899,014,72968,915,00021,646,000249,901,056stderr
4Aug 16, 2026 18:001,59499,141,09769,423,00021,436,000249,909,248stderr
5Aug 16, 2026 18:001,59599,276,61269,517,00021,420,000249,925,632stderr
6Aug 16, 2026 18:001,60099,432,49369,669,00021,573,000249,909,248stderr
7Aug 16, 2026 18:001,605100,078,28569,706,00021,817,000249,909,248stderr
8Aug 16, 2026 18:001,60899,979,85469,836,00021,830,000249,905,152stderr
9Aug 16, 2026 18:001,614100,227,22170,243,00021,789,000249,888,768stderr