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 15:57Victor MerckléVictor MerckléScore: 1,612Success
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 15:591,609100,219,58370,316,00021,442,000249,909,248stderr
2Aug 16, 2026 15:591,610100,271,55970,448,00021,345,000249,913,344stderr
3Aug 16, 2026 15:591,611101,070,15270,473,00021,361,000249,896,960stderr
4Aug 16, 2026 15:591,611100,950,80071,286,00020,550,000249,892,864stderr
5Aug 16, 2026 15:591,612100,445,81470,523,00021,363,000249,901,056stderr
6Aug 16, 2026 15:591,614100,380,62470,713,00021,314,000249,901,056stderr
7Aug 16, 2026 15:591,627100,937,15871,200,00021,570,000249,896,960stderr
8Aug 16, 2026 15:591,631101,259,04071,405,00021,608,000249,896,960stderr
9Aug 16, 2026 15:591,632102,164,49971,407,00021,628,000249,896,960stderr