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 21, 2026 02:45Charles CabergsCharles CabergsScore: 4,685Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 21, 2026 02:474,680293,555,254220,009,00046,789,000251,990,016
2Apr 21, 2026 02:474,682297,642,553221,897,00044,979,000251,990,016
3Apr 21, 2026 02:474,683296,566,664218,144,00048,808,000251,994,112
4Apr 21, 2026 02:474,683290,718,443218,169,00048,814,000251,998,208
5Apr 21, 2026 02:474,685295,512,152221,252,00045,845,000251,985,920
6Apr 21, 2026 02:474,690296,604,806231,427,00035,911,000251,994,112
7Apr 21, 2026 02:474,690297,646,573218,482,00048,884,000251,830,272
8Apr 21, 2026 02:474,693290,683,101226,606,00040,928,000251,977,728
9Apr 21, 2026 02:474,694292,481,253226,650,00040,936,000251,990,016