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 8, 2026 22:16Taylor DettlingTaylor DettlingScore: 3,986Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 8, 2026 22:183,980252,156,530200,895,00025,986,000250,281,984
2Apr 8, 2026 22:163,981253,873,757201,948,00024,993,000250,056,704
3Apr 8, 2026 22:183,984255,393,853208,074,00019,006,000250,036,224
4Apr 8, 2026 22:163,986257,932,076203,305,00023,918,000250,052,608
5Apr 8, 2026 22:163,992258,331,727205,593,00021,956,000250,044,416
6Apr 8, 2026 22:183,995257,941,004204,725,00022,969,000250,040,320