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 22:18Dominique GarmierDominique GarmierScore: 29,686Success
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 22:1828,6717,071,328,940374,358,0001,259,861,000102,215,680
2Mar 21, 2026 22:1829,6865,620,146,922468,718,0001,223,385,000101,933,056
3Mar 21, 2026 22:1830,3007,865,573,045407,057,0001,320,027,00088,989,696