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 listDec 21, 2025 16:15AnSaAnSaScore: 4,418Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 21, 2025 16:154,404279,326,368231,017,00020,001,000250,298,368
2Dec 21, 2025 16:154,407282,973,618233,183,00018,014,000250,048,512
3Dec 21, 2025 16:154,411277,416,835231,489,00019,955,000250,044,416
4Dec 21, 2025 16:154,416279,369,620230,744,00020,976,000250,150,912
5Dec 21, 2025 16:154,418278,420,774231,818,00019,984,000250,044,416
6Dec 21, 2025 16:154,418272,392,161229,865,00021,987,000250,048,512
7Dec 21, 2025 16:154,423271,480,689232,084,00020,007,000250,015,744
8Dec 21, 2025 16:154,423289,634,861228,208,00023,917,000250,036,224
9Dec 21, 2025 16:154,425275,935,981233,196,00019,016,000250,310,656