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 25, 2025 14:37wainCGPwainCGPScore: 32,322Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 25, 2025 14:3732,2901,873,511,4301,784,549,00055,954,000251,850,752
2Feb 25, 2025 14:3732,3021,868,778,5481,793,285,00047,954,000251,850,752
3Feb 25, 2025 14:3732,3091,868,228,0701,794,644,00046,964,000251,834,368
4Feb 25, 2025 14:3732,3191,872,693,4321,790,205,00051,976,000251,846,656
5Feb 25, 2025 14:3732,3221,872,922,3601,792,414,00049,955,000251,850,752
6Feb 25, 2025 14:3732,3481,867,276,7611,789,862,00053,965,000251,850,752
7Feb 25, 2025 14:3732,3721,873,004,2351,791,248,00053,977,000251,850,752
8Feb 25, 2025 14:3732,4471,875,832,4471,809,500,00039,988,000251,846,656
9Feb 25, 2025 14:3735,6872,056,347,1651,978,193,00055,977,000251,846,656