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 17:38Victor MerckléVictor MerckléScore: 1,605Success
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 17:411,59299,350,56169,608,00021,176,000249,888,768stderr
2Aug 16, 2026 17:411,59699,501,69869,559,00021,437,000249,901,056stderr
3Aug 16, 2026 17:411,59999,633,19970,247,00020,929,000249,860,096stderr
4Aug 16, 2026 17:411,601100,918,64669,938,00021,344,000249,896,960stderr
5Aug 16, 2026 17:411,60599,932,52270,560,00020,929,000249,896,960stderr
6Aug 16, 2026 17:411,60799,851,72670,222,00021,388,000249,913,344stderr
7Aug 16, 2026 17:411,613100,483,90170,282,00021,679,000249,892,864stderr
8Aug 16, 2026 17:411,614100,567,01970,352,00021,690,000249,901,056stderr
9Aug 16, 2026 17:411,623101,697,72370,979,00021,560,000249,909,248stderr