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 29, 2025 18:35HattonuriHattonuriScore: 16,936Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 29, 2025 18:3516,787984,384,013897,916,00058,928,000252,039,168
2Dec 29, 2025 18:3516,924990,779,678904,726,00059,915,000252,039,168
3Dec 29, 2025 18:3516,930992,788,245905,064,00059,938,000252,088,320
4Dec 29, 2025 18:3516,931986,113,779902,109,00062,937,000251,842,560
5Dec 29, 2025 18:3516,936987,018,404905,376,00059,958,000252,035,072
6Dec 29, 2025 18:3516,946986,209,015908,005,00057,936,000252,088,320
7Dec 29, 2025 18:3516,952989,485,069906,332,00059,955,000252,047,360
8Dec 29, 2025 18:3516,955992,779,474908,512,00057,905,000252,035,072
9Dec 29, 2025 18:3516,961990,351,621907,826,00058,923,000252,039,168