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 18:50Dominique GarmierDominique GarmierScore: 36,487Success
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 18:5035,8326,567,384,479693,585,0001,348,861,00077,877,248
2Mar 22, 2026 18:3536,4177,184,701,336728,677,0001,347,101,00078,221,312
3Mar 22, 2026 18:3536,4318,840,516,259694,229,0001,382,316,00078,557,184
4Mar 22, 2026 18:5036,4875,758,944,504716,196,0001,363,588,00080,596,992
5Mar 22, 2026 18:3536,7137,666,174,660699,666,0001,392,953,00079,704,064
6Mar 22, 2026 18:5036,8979,576,898,418717,920,0001,385,211,00078,729,216