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 listMar 11, 2026 17:22olliecrowolliecrowScore: 4,273Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 11, 2026 17:224,266273,559,107225,135,00018,010,000250,122,240
2Mar 11, 2026 17:224,266267,968,932224,158,00019,013,000250,146,816
3Mar 11, 2026 17:224,269274,509,333216,393,00026,924,000250,138,624
4Mar 11, 2026 17:224,272271,624,473220,551,00022,953,000250,036,224
5Mar 11, 2026 17:224,273273,481,482221,606,00021,960,000250,068,992
6Mar 11, 2026 17:224,275269,163,906223,687,00019,972,000250,064,896
7Mar 11, 2026 17:224,276273,890,477220,748,00022,973,000250,040,320
8Mar 11, 2026 17:224,280265,390,783226,944,00016,995,000250,036,224
9Mar 11, 2026 17:224,283267,181,991224,137,00020,012,000250,073,088