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 22:45HattonuriHattonuriScore: 4,207Success
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 22:454,196268,798,973192,338,00046,838,000251,932,672
2Dec 29, 2025 22:454,199259,904,155192,466,00046,870,000252,018,688
3Dec 29, 2025 22:454,200265,108,517197,527,00041,899,000252,006,400
4Dec 29, 2025 22:454,203263,504,926200,657,00038,933,000252,063,744
5Dec 29, 2025 22:454,204261,685,872199,709,00039,941,000252,002,304
6Dec 29, 2025 22:454,207263,063,771209,824,00029,974,000251,838,464
7Dec 29, 2025 22:454,207261,429,269208,824,00030,973,000252,092,416
8Dec 29, 2025 22:454,207261,438,038201,810,00037,964,000252,039,168
9Dec 29, 2025 22:454,209268,755,753205,091,00034,845,000251,949,056
10Dec 29, 2025 22:454,209264,221,865178,207,00061,725,000252,092,416
11Dec 29, 2025 22:454,209264,207,228201,932,00037,987,000251,834,368
12Dec 29, 2025 22:454,210259,502,948205,976,00033,996,000252,006,400
13Dec 29, 2025 22:454,210267,912,512205,996,00033,999,000252,014,592
14Dec 29, 2025 22:454,210268,161,590210,978,00028,997,000252,092,416
15Dec 29, 2025 22:454,214271,500,533198,339,00041,860,000252,092,416