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 20:14Alexander FrolovAlexander FrolovScore: 6,426Success
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 20:146,424392,016,906346,196,00019,953,000250,261,504
2Jan 18, 2025 20:146,426396,125,370344,319,00021,956,000250,224,640
3Jan 18, 2025 20:146,428399,156,939344,423,00021,963,000250,290,176