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 13:25olliecrowolliecrowScore: 5,909Success
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 13:295,902355,619,815313,454,00022,960,000250,306,560
2Apr 22, 2026 13:295,903345,691,167314,544,00021,968,000250,294,272
3Apr 22, 2026 13:295,906354,704,659314,716,00021,980,000250,310,656
4Apr 22, 2026 13:295,909345,942,900314,939,00021,926,000250,302,464
5Apr 22, 2026 13:295,909353,865,310312,909,00023,916,000250,286,080
6Apr 22, 2026 13:295,921345,726,951316,567,00020,971,000250,118,144
7Apr 22, 2026 13:295,923345,827,728314,653,00022,974,000250,150,912
8Apr 22, 2026 13:295,924345,866,364314,700,00022,978,000250,146,816
9Apr 22, 2026 13:295,927345,948,337316,822,00021,054,000250,335,232