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 19:26Alexander FrolovAlexander FrolovScore: 6,639Success
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 19:266,633404,308,059354,154,00023,942,000250,314,752
2Jan 18, 2025 19:266,639407,403,212356,434,00021,965,000250,294,272
3Jan 18, 2025 19:266,659404,083,498357,606,00021,975,000250,298,368