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:37Victor MerckléVictor MerckléScore: 3,483Success
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 00:393,473215,164,580176,125,00021,891,000250,085,376
2Apr 29, 2026 00:393,479221,948,097177,407,00020,930,000250,097,664
3Apr 29, 2026 00:393,480216,984,058176,466,00021,933,000250,138,624
4Apr 29, 2026 00:393,482212,967,818177,559,00020,948,000250,068,992
5Apr 29, 2026 00:393,483221,626,890177,628,00020,956,000250,126,336
6Apr 29, 2026 00:393,483216,217,247179,600,00018,957,000250,056,704
7Apr 29, 2026 00:393,483214,129,445177,590,00020,951,000250,208,256
8Apr 29, 2026 00:393,487216,639,010177,788,00020,975,000250,064,896
9Apr 29, 2026 00:393,488217,352,366178,877,00019,986,000250,064,896