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 5, 2025 15:31aranjancodearanjancodeScore: 423,631Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 5, 2025 15:31422,01324,097,026,44212,579,065,00011,475,673,000251,846,656
2Dec 5, 2025 15:31423,29324,173,069,87412,592,582,00011,535,121,000251,846,656
3Dec 5, 2025 15:31423,36224,166,519,49512,559,084,00011,572,548,000251,846,656
4Dec 5, 2025 15:31423,41224,169,274,43312,586,472,00011,548,010,000251,846,656
5Dec 5, 2025 15:31423,63124,180,646,83012,722,174,00011,424,768,000251,846,656
6Dec 5, 2025 15:31423,91924,201,869,48212,650,907,00011,512,455,000251,846,656
7Dec 5, 2025 15:31430,00824,551,082,03912,682,522,00011,827,958,000251,846,656
8Dec 5, 2025 15:31430,30724,569,060,05812,467,638,00012,059,846,000251,846,656
9Dec 5, 2025 15:31431,74524,656,328,51312,729,519,00011,879,952,000251,846,656