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 29, 2026 10:25Victor 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 29, 2026 10:271,612100,043,41071,188,00020,699,000249,884,672stderr
2Aug 29, 2026 10:271,613100,159,92371,236,00020,709,000249,880,576stderr
3Aug 29, 2026 10:271,615101,105,36170,542,00021,515,000249,880,576stderr
4Aug 29, 2026 10:271,616100,308,93771,217,00020,937,000249,888,768stderr
5Aug 29, 2026 10:271,617101,167,31370,523,00021,654,000249,901,056stderr
6Aug 29, 2026 10:271,618100,455,10370,555,00021,689,000249,917,440stderr
7Aug 29, 2026 10:271,619100,470,91571,246,00021,046,000249,888,768stderr
8Aug 29, 2026 10:271,619101,281,72370,560,00021,750,000249,892,864stderr
9Aug 29, 2026 10:271,619100,581,64370,636,00021,701,000249,872,384stderr