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:48Victor MerckléVictor MerckléScore: 2,049Success
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:502,040124,144,07695,843,00020,473,000249,880,576stderr
2Jul 6, 2026 20:502,041124,839,86295,829,00020,544,000249,876,480stderr
3Jul 6, 2026 20:502,042124,249,26095,780,00020,626,000249,888,768stderr
4Jul 6, 2026 20:502,046124,518,56096,188,00020,487,000249,860,096stderr
5Jul 6, 2026 20:502,049124,641,31396,223,00020,580,000249,880,576stderr
6Jul 6, 2026 20:502,049124,924,98096,060,00020,753,000249,880,576stderr
7Jul 6, 2026 20:502,050124,889,55696,206,00020,686,000249,884,672stderr
8Jul 6, 2026 20:502,052124,684,01296,062,00020,913,000249,884,672stderr
9Jul 6, 2026 20:502,053125,387,03996,551,00020,513,000249,909,248stderr