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 14, 2026 22:30olliecrowolliecrowScore: 8,025Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 14, 2026 22:307,980485,180,378408,984,00045,886,000251,977,728
2Feb 14, 2026 22:307,985479,287,047404,220,00050,901,000252,018,688
3Feb 14, 2026 22:307,993482,433,230410,630,00044,959,000251,940,864
4Feb 14, 2026 22:308,024487,105,576411,430,00045,936,000251,850,752
5Feb 14, 2026 22:308,025483,522,969406,495,00050,936,000251,928,576
6Feb 14, 2026 22:308,027482,739,273412,567,00044,952,000251,949,056
7Feb 14, 2026 22:308,028484,139,132411,629,00045,958,000251,928,576
8Feb 14, 2026 22:308,035487,652,518424,068,00033,925,000251,932,672
9Feb 14, 2026 22:308,163489,525,435420,371,00044,932,000251,850,752