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 21, 2026 14:30Dominique GarmierDominique GarmierScore: 76,315Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 21, 2026 14:3076,2764,373,437,0304,319,719,00027,985,000251,940,864
2Mar 21, 2026 14:3076,3154,378,430,9784,308,991,00040,971,000251,842,560
3Mar 21, 2026 14:3076,3414,377,054,5834,304,479,00046,972,000251,854,848