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 listJul 30, 2026 01:02Kevin HeaveyKevin HeaveyScore: 3,151Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 30, 2026 01:053,125189,032,704116,696,00061,452,000250,470,400
2Jul 30, 2026 01:053,129188,937,363116,314,00062,084,000250,478,592
3Jul 30, 2026 01:053,130188,425,129116,703,00061,730,000250,478,592
4Jul 30, 2026 01:053,148190,291,363116,951,00062,539,000250,478,592
5Jul 30, 2026 01:053,151189,720,910117,050,00062,575,000250,466,304
6Jul 30, 2026 01:053,154190,000,972116,816,00062,971,000250,470,400
7Jul 30, 2026 01:053,162191,464,419117,184,00063,099,000250,462,208
8Jul 30, 2026 01:053,166191,345,073116,618,00063,859,000250,445,824
9Jul 30, 2026 01:053,191192,856,283116,669,00065,246,000250,462,208