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 listJan 18, 2025 18:00Alexander FrolovAlexander FrolovScore: 6,653Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 18, 2025 18:006,650411,295,801357,022,00022,001,000250,028,032
2Jan 18, 2025 18:006,653403,900,137357,260,00021,954,000250,281,984
3Jan 18, 2025 18:006,659407,704,424358,595,00020,976,000250,257,408