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 listApr 29, 2026 19:47Charles CabergsCharles CabergsScore: 3,384Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 29, 2026 19:493,373211,621,264150,466,00041,851,000251,899,904
2Apr 29, 2026 19:493,376211,808,634147,604,00044,879,000251,990,016
3Apr 29, 2026 19:493,380210,476,584148,739,00043,922,000251,990,016
4Apr 29, 2026 19:493,380212,138,665150,757,00041,932,000251,994,112
5Apr 29, 2026 19:493,384210,951,188145,918,00046,973,000251,994,112
6Apr 29, 2026 19:493,389210,924,997148,390,00044,815,000251,994,112
7Apr 29, 2026 19:493,390215,228,472148,441,00044,831,000251,994,112
8Apr 29, 2026 19:493,391213,773,975152,468,00040,857,000252,002,304
9Apr 29, 2026 19:493,436215,651,672155,094,00040,761,000251,998,208