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 30, 2026 02:00Dominique GarmierDominique GarmierScore: 6,392Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 30, 2026 02:006,389387,791,085311,308,00052,882,000251,850,752
2Mar 30, 2026 02:006,392387,112,992308,429,00055,896,000252,014,592
3Mar 30, 2026 02:006,395387,650,056312,560,00051,927,000251,850,752