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 listApr 29, 2026 00:58Victor MerckléVictor MerckléScore: 2,982Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 29, 2026 01:002,966186,795,508148,081,00021,011,000250,138,624
2Apr 29, 2026 01:002,968185,535,617145,302,00023,885,000250,212,352
3Apr 29, 2026 01:002,970187,298,933147,382,00021,908,000250,138,624
4Apr 29, 2026 01:002,974189,696,025147,584,00021,938,000250,105,856
5Apr 29, 2026 01:002,982185,493,227148,980,00020,997,000250,130,432
6Apr 29, 2026 01:002,987186,555,491147,402,00022,907,000250,134,528
7Apr 29, 2026 01:002,992183,604,163149,618,00020,946,000250,089,472
8Apr 29, 2026 01:002,992191,932,548147,645,00022,944,000250,175,488
9Apr 29, 2026 01:002,993187,248,144147,656,00022,946,000250,146,816