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 listAug 16, 2026 14:07Victor MerckléVictor MerckléScore: 1,617Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 16, 2026 14:091,60699,733,50269,996,00021,570,000249,896,960stderr
2Aug 16, 2026 14:091,60699,702,23969,944,00021,608,000249,909,248stderr
3Aug 16, 2026 14:091,616100,517,63870,634,00021,493,000249,888,768stderr
4Aug 16, 2026 14:091,616100,280,63170,553,00021,560,000249,860,096stderr
5Aug 16, 2026 14:091,617100,554,92470,572,00021,622,000249,913,344stderr
6Aug 16, 2026 14:091,618101,945,04670,766,00021,508,000249,884,672stderr
7Aug 16, 2026 14:091,626100,859,80270,852,00021,834,000249,901,056stderr
8Aug 16, 2026 14:091,631101,194,07171,228,00021,742,000249,892,864stderr
9Aug 16, 2026 14:091,637102,446,97071,464,00021,900,000249,917,440stderr