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 listApr 3, 2026 01:05Taylor DettlingTaylor DettlingScore: 6,424Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 3, 2026 01:056,412393,355,305323,649,00041,825,000251,846,656
2Apr 3, 2026 01:056,413397,100,412323,692,00041,830,000251,846,656
3Apr 3, 2026 01:056,418397,250,939322,976,00042,864,000251,920,384
4Apr 3, 2026 01:056,422399,981,439323,165,00042,889,000251,924,480
5Apr 3, 2026 01:056,424392,858,008322,283,00043,902,000251,846,656
6Apr 3, 2026 01:056,430399,983,318324,556,00041,942,000251,936,768
7Apr 3, 2026 01:056,437394,685,805324,033,00042,872,000251,850,752
8Apr 3, 2026 01:056,447398,267,908323,549,00043,938,000251,920,384
9Apr 3, 2026 01:056,451396,641,325324,881,00042,852,000252,002,304