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 22, 2026 21:26Charles CabergsCharles CabergsScore: 5,859Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 22, 2026 21:285,850352,644,543290,540,00042,932,000251,994,112stderr
2Apr 22, 2026 21:285,851352,150,675288,589,00044,936,000251,985,920stderr
3Apr 22, 2026 21:285,853353,448,734288,683,00044,950,000251,998,208stderr
4Apr 22, 2026 21:285,855355,718,225290,917,00042,840,000251,994,112stderr
5Apr 22, 2026 21:285,859353,966,121288,128,00045,861,000251,998,208stderr
6Apr 22, 2026 21:285,863351,812,209288,329,00045,893,000251,985,920stderr
7Apr 22, 2026 21:285,864355,430,702290,393,00043,908,000251,998,208stderr
8Apr 22, 2026 21:285,874353,488,147290,863,00043,979,000251,998,208stderr
9Apr 22, 2026 21:285,879357,541,282290,267,00044,886,000251,990,016stderr