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 06:27A_ShamanA_ShamanScore: 6,443Success
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 06:296,416385,136,606278,346,00087,422,000242,683,904
2Jul 2, 2026 06:296,427387,303,160278,262,00088,081,000242,647,040
3Jul 2, 2026 06:296,434388,381,820278,414,00088,325,000242,749,440
4Jul 2, 2026 06:296,440402,315,784278,333,00088,761,000242,786,304
5Jul 2, 2026 06:296,443388,435,507278,395,00088,901,000242,794,496
6Jul 2, 2026 06:296,443388,349,454278,861,00088,432,000242,765,824
7Jul 2, 2026 06:296,444388,426,230278,389,00088,975,000242,806,784
8Jul 2, 2026 06:296,444401,757,042279,109,00088,236,000242,798,592
9Jul 2, 2026 06:296,460393,103,465278,370,00089,868,000242,147,328