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 23, 2026 21:23Charles CabergsCharles CabergsScore: 4,341Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 23, 2026 21:244,326263,823,176199,695,00046,928,000252,002,304
2Apr 23, 2026 21:244,328264,338,645202,760,00043,948,000251,998,208
3Apr 23, 2026 21:244,332266,291,511203,969,00042,993,000251,904,000
4Apr 23, 2026 21:244,337266,841,081200,404,00046,860,000252,002,304
5Apr 23, 2026 21:244,341264,850,938199,585,00047,900,000252,010,496
6Apr 23, 2026 21:244,345264,003,631203,735,00043,942,000252,002,304
7Apr 23, 2026 21:244,345267,182,290201,762,00045,945,000251,904,000
8Apr 23, 2026 21:244,349267,660,451206,948,00040,989,000252,002,304
9Apr 23, 2026 21:244,352268,836,220200,054,00048,013,000251,998,208