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 listJul 6, 2026 20:16Victor MerckléVictor MerckléScore: 2,056Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 6, 2026 20:192,048126,753,15396,417,00020,365,000249,856,000stderr
2Jul 6, 2026 20:192,048124,555,15896,284,00020,490,000249,888,768stderr
3Jul 6, 2026 20:192,054124,915,63096,351,00020,727,000249,892,864stderr
4Jul 6, 2026 20:192,055125,074,60396,389,00020,801,000249,880,576stderr
5Jul 6, 2026 20:192,056124,997,71696,405,00020,819,000249,896,960stderr
6Jul 6, 2026 20:192,056124,966,04896,872,00020,354,000249,868,288stderr
7Jul 6, 2026 20:192,061125,390,11396,590,00020,940,000249,892,864stderr
8Jul 6, 2026 20:192,061125,416,46596,564,00020,920,000249,901,056stderr
9Jul 6, 2026 20:192,070125,833,50896,932,00021,112,000249,860,096stderr