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 27, 2025 16:48Aniruddha DebAniruddha DebScore: 3,702Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 27, 2025 16:483,694237,444,150187,607,00022,951,000254,447,616
2Jul 27, 2025 16:483,695236,605,819188,657,00021,960,000254,164,992
3Jul 27, 2025 16:483,698236,221,247188,811,00021,978,000254,181,376
4Jul 27, 2025 16:483,698232,054,853188,817,00021,978,000254,173,184
5Jul 27, 2025 16:483,702239,741,279189,017,00022,002,000254,414,848
6Jul 27, 2025 16:483,703243,924,143187,173,00023,894,000254,418,944
7Jul 27, 2025 16:483,707240,039,987189,377,00021,927,000254,193,664
8Jul 27, 2025 16:483,709246,519,756188,470,00022,935,000254,181,376
9Jul 27, 2025 16:483,723238,105,692190,303,00021,919,000254,164,992