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 listMar 25, 2025 21:28Drew GarciaDrew GarciaScore: 8,407Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 25, 2025 21:288,400504,714,300419,812,00058,973,000250,028,032
2Mar 25, 2025 21:288,405509,732,794419,187,00059,883,000250,294,272
3Mar 25, 2025 21:288,406506,205,800415,236,00063,882,000250,290,176
4Mar 25, 2025 21:288,407510,484,428416,280,00062,891,000250,290,176
5Mar 25, 2025 21:288,407504,058,625416,313,00062,896,000250,146,816
6Mar 25, 2025 21:288,410505,505,130414,453,00064,914,000250,101,760
7Mar 25, 2025 21:288,410511,926,247418,464,00060,922,000250,028,032
8Mar 25, 2025 21:288,414508,506,770413,638,00065,942,000250,085,376
9Mar 25, 2025 21:288,416508,490,542416,729,00062,959,000250,273,792