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 21:36Victor MerckléVictor MerckléScore: 1,598Success
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 21:411,58898,758,50368,946,00021,601,000249,888,768stderr
2Aug 16, 2026 21:411,58898,929,64568,966,00021,587,000249,896,960stderr
3Aug 16, 2026 21:411,594100,461,35169,503,00021,390,000249,884,672stderr
4Aug 16, 2026 21:411,59599,242,89469,399,00021,533,000249,872,384stderr
5Aug 16, 2026 21:411,59899,276,79469,661,00021,442,000249,909,248stderr
6Aug 16, 2026 21:411,59999,587,16469,634,00021,540,000249,913,344stderr
7Aug 16, 2026 21:411,60799,860,90969,810,00021,826,000249,884,672stderr
8Aug 16, 2026 21:411,60899,992,22569,836,00021,827,000249,901,056stderr
9Aug 16, 2026 21:411,617100,410,18670,465,00021,752,000249,888,768stderr