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 19, 2025 16:49Alexander FrolovAlexander FrolovScore: 4,223Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 19, 2025 16:494,219268,669,748216,512,00023,946,000250,310,656
2Jan 19, 2025 16:494,223266,098,498222,746,00017,979,000250,273,792
3Jan 19, 2025 16:494,227263,028,401223,953,00016,996,000250,302,464