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 listJul 6, 2026 20:21Victor MerckléVictor MerckléScore: 2,033Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 6, 2026 20:242,025123,297,63694,970,00020,499,000249,872,384stderr
2Jul 6, 2026 20:242,025123,180,00394,933,00020,506,000249,909,248stderr
3Jul 6, 2026 20:242,027123,309,55895,015,00020,556,000249,901,056stderr
4Jul 6, 2026 20:242,031123,607,01895,065,00020,746,000249,892,864stderr
5Jul 6, 2026 20:242,033123,671,18395,140,00020,766,000249,909,248stderr
6Jul 6, 2026 20:242,039123,991,47595,296,00020,950,000249,909,248stderr
7Jul 6, 2026 20:242,040124,147,36295,280,00021,015,000249,888,768stderr
8Jul 6, 2026 20:242,043124,242,86894,856,00021,635,000249,868,288stderr
9Jul 6, 2026 20:242,053124,791,91195,865,00021,162,000249,872,384stderr