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 25, 2026 13:39Dominique GarmierDominique GarmierScore: 23,870Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 25, 2026 13:3923,8681,385,542,2351,300,530,00059,932,000252,018,688
2Mar 25, 2026 13:3923,8701,386,641,0221,303,666,00056,941,000252,026,880
3Mar 25, 2026 13:3923,8731,385,734,8101,299,820,00060,944,000251,846,656