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 20, 2026 00:19Dominique GarmierDominique GarmierScore: 16,960Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 20, 2026 00:1916,3863,508,961,034279,120,000654,859,00079,753,216
2Mar 20, 2026 00:1916,9603,041,742,007288,350,000678,350,00079,613,952
3Mar 20, 2026 00:1917,0803,125,648,069292,074,000681,506,00079,769,600