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 listDec 30, 2024 15:15RileyRileyScore: 10,904Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 30, 2024 15:1510,873641,921,709542,782,00076,969,000251,899,904
2Dec 30, 2024 15:1510,876643,671,732557,931,00061,992,000252,067,840
3Dec 30, 2024 15:1510,882643,078,284537,368,00082,902,000252,035,072
4Dec 30, 2024 15:1510,899649,786,908541,318,00079,899,000251,899,904
5Dec 30, 2024 15:1510,904646,952,664541,597,00079,940,000251,949,056
6Dec 30, 2024 15:1510,905643,185,344549,631,00071,951,000251,899,904
7Dec 30, 2024 15:1510,907646,079,371538,745,00082,960,000251,949,056
8Dec 30, 2024 15:1510,950651,165,787527,288,00096,869,000251,908,096
9Dec 30, 2024 15:1510,957647,280,962541,599,00082,938,000251,899,904