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 listAug 31, 2026 12:07Victor MerckléVictor MerckléScore: 1,515Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 31, 2026 12:101,51294,579,03565,447,00020,775,000249,868,288stderr
2Aug 31, 2026 12:101,51294,609,16864,751,00021,477,000249,860,096stderr
3Aug 31, 2026 12:101,51594,725,66464,967,00021,435,000249,860,096stderr
4Aug 31, 2026 12:101,51594,734,20664,881,00021,520,000249,905,152stderr
5Aug 31, 2026 12:101,51594,757,62264,965,00021,422,000249,892,864stderr
6Aug 31, 2026 12:101,51695,437,15964,919,00021,539,000249,905,152stderr
7Aug 31, 2026 12:101,52395,162,52165,834,00020,999,000249,913,344stderr
8Aug 31, 2026 12:101,52695,287,98565,299,00021,738,000249,913,344stderr
9Aug 31, 2026 12:101,52696,953,76065,270,00021,750,000249,868,288stderr