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 16:59Victor MerckléVictor MerckléScore: 1,617Success
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 17:011,605100,068,36270,660,00020,847,000249,884,672stderr
2Aug 16, 2026 17:011,60599,946,20670,005,00021,520,000249,868,288stderr
3Aug 16, 2026 17:011,611100,452,83770,415,00021,435,000249,876,480stderr
4Aug 16, 2026 17:011,615100,662,32070,571,00021,530,000249,876,480stderr
5Aug 16, 2026 17:011,617100,500,65770,709,00021,495,000249,888,768stderr
6Aug 16, 2026 17:011,618101,307,00970,762,00021,509,000249,896,960stderr
7Aug 16, 2026 17:011,626100,965,02170,894,00021,836,000249,917,440stderr
8Aug 16, 2026 17:011,630101,568,75371,190,00021,767,000249,888,768stderr
9Aug 16, 2026 17:011,638102,449,79071,601,00021,779,000249,901,056stderr