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 6, 2025 11:31Aditya SinghAditya SinghScore: 32,888Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 6, 2025 11:3132,7671,897,445,5801,801,747,00065,954,000251,846,656
2Dec 6, 2025 11:3132,7871,890,795,5951,807,898,00060,962,000251,846,656
3Dec 6, 2025 11:3132,8081,899,298,7041,805,071,00064,966,000252,071,936
4Dec 6, 2025 11:3132,8831,900,834,8201,806,395,00067,939,000251,846,656
5Dec 6, 2025 11:3132,8881,903,987,2351,798,693,00075,944,000251,846,656
6Dec 6, 2025 11:3132,9721,907,679,2021,810,418,00068,977,000251,846,656
7Dec 6, 2025 11:3133,2321,918,034,1771,831,253,00062,974,000251,846,656
8Dec 6, 2025 11:3133,4551,929,734,9041,866,984,00039,978,000251,846,656
9Dec 6, 2025 11:3133,7191,949,903,4391,846,031,00075,960,000252,055,552