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 17, 2024 01:01Lickety SplitLickety SplitScore: 465,240Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 17, 2024 01:01461,91926,378,511,60614,219,091,00012,110,264,000251,908,096
2Dec 17, 2024 01:01461,93726,379,682,11914,246,566,00012,083,846,000251,904,000
3Dec 17, 2024 01:01462,10826,387,204,04314,345,100,00011,995,067,000251,904,000
4Dec 17, 2024 01:01462,26026,395,058,48114,334,727,00012,014,066,000251,912,192
5Dec 17, 2024 01:01465,24026,565,230,01614,575,035,00011,943,653,000251,875,328
6Dec 17, 2024 01:01465,96526,606,760,54214,158,548,00012,401,473,000251,858,944
7Dec 17, 2024 01:01469,08926,784,152,97214,313,547,00012,424,531,000251,899,904
8Dec 17, 2024 01:01470,80926,881,817,68414,212,646,00012,623,468,000251,904,000
9Dec 17, 2024 01:01476,46027,202,585,84514,658,021,00012,500,196,000252,026,880