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 19:53HattonuriHattonuriScore: 4,590Success
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 19:534,583287,642,403198,417,00062,815,000252,035,072
2Dec 29, 2025 19:534,584283,126,481203,442,00057,841,000251,842,560
3Dec 29, 2025 19:534,585282,229,319205,477,00055,857,000252,071,936
4Dec 29, 2025 19:534,586283,018,309202,519,00058,860,000251,973,632
5Dec 29, 2025 19:534,590287,982,784202,708,00058,915,000252,030,976
6Dec 29, 2025 19:534,603284,583,586203,523,00058,862,000252,051,456
7Dec 29, 2025 19:534,604282,886,936203,554,00058,871,000252,100,608
8Dec 29, 2025 19:534,605285,063,172202,590,00059,879,000252,080,128
9Dec 29, 2025 19:534,609287,016,081201,782,00060,934,000252,035,072