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 21, 2025 14:02AnSaAnSaScore: 4,539Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 21, 2025 14:024,529285,996,271238,197,00019,932,000250,310,656
2Dec 21, 2025 14:024,531284,004,269238,306,00019,941,000250,281,984
3Dec 21, 2025 14:024,533285,845,781236,411,00021,945,000250,281,984
4Dec 21, 2025 14:024,538289,722,533237,682,00020,971,000250,175,488
5Dec 21, 2025 14:024,539295,385,365234,745,00023,974,000250,060,800
6Dec 21, 2025 14:024,539280,511,604235,748,00022,975,000250,294,272
7Dec 21, 2025 14:024,550285,728,053238,384,00020,945,000250,064,896
8Dec 21, 2025 14:024,559291,041,690239,875,00019,989,000250,068,992
9Dec 21, 2025 14:024,570289,218,148238,538,00021,957,000250,052,608