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 17:38Dominique GarmierDominique GarmierScore: 42,869Success
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 19:3642,8352,465,489,7712,387,634,00053,946,000251,879,424
2Mar 22, 2026 19:3642,8572,465,044,9052,382,914,00059,947,000252,096,512
3Mar 22, 2026 17:3842,8652,465,848,1892,382,361,00060,958,000251,846,656
4Mar 22, 2026 17:3842,8692,472,063,2142,385,553,00057,964,000252,100,608
5Mar 22, 2026 17:3842,8762,469,230,4862,382,933,00060,972,000251,879,424
6Mar 22, 2026 19:3642,8882,468,111,3002,382,686,00061,939,000252,026,880