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 22, 2026 20:45Taylor DettlingTaylor DettlingScore: 2,884Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 22, 2026 20:462,881182,115,986140,379,00023,894,000250,118,144
2Apr 22, 2026 20:462,882180,855,805141,424,00022,906,000250,085,376
3Apr 22, 2026 20:462,883181,121,444140,453,00023,907,000250,093,568
4Apr 22, 2026 20:462,884184,044,960143,504,00020,927,000250,122,240
5Apr 22, 2026 20:462,884180,235,537143,502,00020,927,000250,126,336
6Apr 22, 2026 20:462,885182,691,911142,545,00021,930,000250,134,528
7Apr 22, 2026 20:462,886184,553,561139,600,00024,928,000250,134,528
8Apr 22, 2026 20:462,889184,962,069143,722,00020,959,000250,085,376
9Apr 22, 2026 20:462,891182,354,543143,861,00020,979,000250,097,664