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 00:05Taylor DettlingTaylor DettlingScore: 3,289Success
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 00:073,284204,142,286165,331,00021,911,000250,114,048
2Apr 22, 2026 00:073,286209,830,059165,405,00021,921,000250,085,376
3Apr 22, 2026 00:073,286204,336,570166,395,00020,923,000250,097,664
4Apr 22, 2026 00:073,287205,284,288166,447,00020,930,000250,089,472
5Apr 22, 2026 00:073,289207,466,561167,579,00019,949,000250,085,376
6Apr 22, 2026 00:073,293201,636,568166,749,00020,968,000250,122,240
7Apr 22, 2026 00:073,293211,367,902167,768,00019,972,000250,134,528
8Apr 22, 2026 00:073,295205,306,652165,878,00021,983,000250,114,048
9Apr 22, 2026 00:073,295206,106,003167,868,00019,984,000250,101,760