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 01:53Taylor DettlingTaylor DettlingScore: 2,886Success
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 01:552,883185,266,391143,428,00020,916,000250,081,280
2Apr 22, 2026 01:552,884186,657,164140,510,00023,916,000250,114,048
3Apr 22, 2026 01:552,884178,302,116141,488,00022,917,000250,122,240
4Apr 22, 2026 01:552,884181,703,476142,481,00021,920,000250,109,952
5Apr 22, 2026 01:552,886183,350,579140,612,00023,933,000250,126,336
6Apr 22, 2026 01:552,887182,655,451143,636,00020,946,000250,122,240
7Apr 22, 2026 01:552,889181,487,718142,758,00021,962,000250,109,952
8Apr 22, 2026 01:552,890182,840,586143,803,00020,971,000250,114,048
9Apr 22, 2026 01:552,894184,924,976144,990,00019,998,000250,089,472