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 23:55Kevin HeaveyKevin HeaveyScore: 2,919Success
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 23:592,824173,651,739116,584,00044,401,000251,682,816
2Jul 29, 2026 23:592,826171,320,725116,595,00044,530,000251,682,816
3Jul 29, 2026 23:592,839172,918,097116,842,00044,988,000251,682,816
4Jul 29, 2026 23:592,874174,552,536116,637,00047,196,000249,958,400
5Jul 29, 2026 23:592,919177,228,221116,518,00049,889,000250,085,376
6Jul 29, 2026 23:592,920177,265,128116,070,00050,376,000250,048,512
7Jul 29, 2026 23:593,074185,679,259116,230,00059,044,000250,425,344
8Jul 29, 2026 23:593,100187,520,169116,307,00060,448,000250,445,824
9Jul 29, 2026 23:593,109188,087,357116,625,00060,608,000250,470,400