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 listDec 16, 2025 13:08AndreiAndreiScore: 9,890Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 16, 2025 13:089,862587,250,619486,238,00075,881,000251,998,208
2Dec 16, 2025 13:089,869592,180,108486,747,00075,804,000252,002,304
3Dec 16, 2025 13:089,877591,149,275484,144,00078,860,000252,084,224
4Dec 16, 2025 13:089,888587,461,152484,808,00078,806,000251,875,328
5Dec 16, 2025 13:089,890591,856,551487,895,00075,828,000251,944,960
6Dec 16, 2025 13:089,891594,078,975478,988,00084,820,000252,112,896
7Dec 16, 2025 13:089,896594,844,582481,215,00082,864,000251,944,960
8Dec 16, 2025 13:089,901591,938,167482,438,00081,904,000252,010,496
9Dec 16, 2025 13:089,909594,029,030478,007,00086,819,000251,916,288