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 30, 2025 10:06KeefeKeefeScore: 7,646Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 30, 2025 10:067,646462,988,365415,807,00019,990,000250,032,128
2Apr 30, 2025 10:067,646462,479,268412,909,00022,939,000250,163,200
3Apr 30, 2025 10:067,656469,813,981416,408,00019,971,000250,060,800