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 listAug 18, 2025 14:21Drew GarciaDrew GarciaScore: 6,810Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 18, 2025 14:216,745423,767,670304,596,00079,894,000234,409,984
2Aug 18, 2025 14:216,776431,994,600300,177,00086,051,000234,536,960
3Aug 18, 2025 14:216,798427,135,286305,368,00082,098,000234,561,536
4Aug 18, 2025 14:216,810428,971,059309,318,00078,826,000234,639,360
5Aug 18, 2025 14:216,810426,501,958310,346,00077,836,000234,442,752
6Aug 18, 2025 14:216,816433,062,629303,598,00084,887,000234,590,208
7Aug 18, 2025 14:216,816428,693,055302,627,00085,894,000234,409,984
8Aug 18, 2025 14:216,827443,314,103305,120,00084,033,000233,197,568
9Aug 18, 2025 14:216,830435,387,341310,226,00079,057,000234,582,016