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 listFeb 19, 2025 00:23Ian MckibbenIan MckibbenScore: 9,199Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 19, 2025 00:239,191550,621,867503,909,00019,996,000250,208,256
2Feb 19, 2025 00:239,193546,664,099503,012,00021,000,000250,298,368
3Feb 19, 2025 00:239,195556,711,351505,123,00019,004,000250,204,160
4Feb 19, 2025 00:239,198547,729,943500,333,00023,968,000250,036,224
5Feb 19, 2025 00:239,199553,983,272502,377,00021,972,000250,048,512
6Feb 19, 2025 00:239,199551,746,780505,376,00018,976,000250,286,080
7Feb 19, 2025 00:239,199549,287,011502,394,00021,973,000250,212,352
8Feb 19, 2025 00:239,201551,786,884501,459,00022,975,000250,028,032
9Feb 19, 2025 00:239,216554,342,574512,298,00013,007,000250,187,776