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 22, 2026 08:23Dominique GarmierDominique GarmierScore: 11,093Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 22, 2026 08:2311,071653,812,305574,116,00056,912,000252,108,800
2Mar 22, 2026 08:2311,093665,910,454577,351,00054,938,000251,957,248
3Mar 22, 2026 08:2311,167664,759,714582,639,00053,874,000251,969,536