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 4, 2026 16:52Josu San MartinJosu San MartinScore: 3,331Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 4, 2026 16:503,322213,064,621145,483,00043,844,000251,850,752
2Apr 4, 2026 16:523,328213,080,274146,749,00042,926,000252,080,128
3Apr 4, 2026 16:503,330216,672,184144,837,00044,949,000251,965,440
4Apr 4, 2026 16:503,331225,850,716149,873,00039,966,000251,850,752
5Apr 4, 2026 16:523,337221,719,831148,364,00041,820,000251,850,752
6Apr 4, 2026 16:523,345217,336,105147,751,00042,927,000251,850,752