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 listMar 23, 2026 14:13Dominique GarmierDominique GarmierScore: 4,046Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 23, 2026 14:134,043261,593,419211,498,00018,955,000250,277,888
2Mar 23, 2026 14:134,046257,214,887209,656,00020,965,000250,249,216
3Mar 23, 2026 14:134,049252,754,785207,795,00022,977,000250,044,416