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 2, 2026 05:56A_ShamanA_ShamanScore: 6,385Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 2, 2026 05:586,360383,922,925274,479,00088,093,000241,930,240
2Jul 2, 2026 05:586,366384,307,740274,904,00087,991,000242,098,176
3Jul 2, 2026 05:586,378387,192,111274,784,00088,795,000241,864,704
4Jul 2, 2026 05:586,380383,478,855274,710,00089,004,000241,995,776
5Jul 2, 2026 05:586,385384,869,151274,986,00089,002,000241,844,224
6Jul 2, 2026 05:586,393386,212,771274,888,00089,530,000241,868,800
7Jul 2, 2026 05:586,393389,726,342274,756,00089,692,000242,012,160
8Jul 2, 2026 05:586,402384,763,286274,677,00090,269,000242,044,928
9Jul 2, 2026 05:586,405387,261,981274,969,00090,141,000242,069,504