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 10:35edviron-techedviron-techScore: 425,914Success
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 10:35422,71724,133,734,63412,535,682,00011,559,174,000251,854,848
2Dec 6, 2025 10:35423,65624,183,733,01312,351,543,00011,796,833,000251,854,848
3Dec 6, 2025 10:35423,82524,202,048,64412,641,738,00011,516,296,000251,846,656
4Dec 6, 2025 10:35425,20324,283,613,38712,740,937,00011,495,628,000251,846,656
5Dec 6, 2025 10:35425,91424,310,937,95512,541,851,00011,735,246,000251,854,848
6Dec 6, 2025 10:35426,03624,322,960,34612,528,331,00011,755,742,000251,846,656
7Dec 6, 2025 10:35426,21224,335,605,23012,592,834,00011,701,271,000251,854,848
8Dec 6, 2025 10:35426,88924,376,574,24912,733,563,00011,599,136,000251,846,656
9Dec 6, 2025 10:35429,20924,504,290,89412,493,838,00011,971,096,000251,846,656