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 listFeb 1, 2025 15:25KeefeKeefeScore: 7,418Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 1, 2025 15:257,405447,993,589400,079,00022,004,000250,052,608
2Feb 1, 2025 15:257,418446,592,986398,814,00023,988,000250,019,840
3Feb 1, 2025 15:257,421447,568,568401,995,00020,999,000250,040,320