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 listApr 22, 2026 17:57olliecrowolliecrowScore: 6,534Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 22, 2026 17:596,526393,142,897344,096,00027,926,000250,126,336
2Apr 22, 2026 17:596,530392,454,917351,305,00020,958,000250,245,120
3Apr 22, 2026 17:596,532394,074,808351,384,00020,963,000250,179,584
4Apr 22, 2026 17:596,533390,402,400351,439,00020,966,000250,220,544
5Apr 22, 2026 17:596,534392,957,890348,519,00023,966,000250,183,680
6Apr 22, 2026 17:596,535394,408,550350,534,00021,970,000250,216,448
7Apr 22, 2026 17:596,535394,428,657351,525,00020,971,000250,241,024
8Apr 22, 2026 17:596,539391,274,572352,783,00019,987,000250,212,352
9Apr 22, 2026 17:596,541392,343,473351,857,00020,991,000250,200,064