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 22:32Victor MerckléVictor MerckléScore: 1,685Success
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 22:351,678104,764,64874,222,00021,426,000249,905,152stderr
2Aug 16, 2026 22:351,681104,415,79674,568,00021,302,000249,892,864stderr
3Aug 16, 2026 22:351,682104,492,37674,450,00021,468,000249,864,192stderr
4Aug 16, 2026 22:351,682105,063,59974,446,00021,471,000249,917,440stderr
5Aug 16, 2026 22:351,685107,542,01874,613,00021,443,000249,888,768stderr
6Aug 16, 2026 22:351,685104,496,38774,705,00021,341,000249,917,440stderr
7Aug 16, 2026 22:351,691105,539,52774,768,00021,641,000249,905,152stderr
8Aug 16, 2026 22:351,694104,836,78774,924,00021,639,000249,876,480stderr
9Aug 16, 2026 22:351,695105,898,91074,993,00021,677,000249,921,536stderr