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 listMar 10, 2026 13:14olliecrowolliecrowScore: 4,543Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 10, 2026 13:484,539283,046,089237,729,00020,976,000250,249,216
2Mar 10, 2026 13:484,539287,510,134237,732,00020,976,000250,077,184
3Mar 10, 2026 13:144,541279,595,432237,870,00020,988,000250,253,312
4Mar 10, 2026 13:484,542292,274,716237,926,00020,993,000250,060,800
5Mar 10, 2026 13:484,542282,604,563238,927,00019,993,000250,048,512
6Mar 10, 2026 13:144,543282,289,518238,977,00019,998,000250,048,512
7Mar 10, 2026 13:484,543290,343,454235,956,00022,995,000250,023,936
8Mar 10, 2026 13:484,543281,693,487236,960,00021,996,000250,040,320
9Mar 10, 2026 13:484,545288,359,038236,053,00023,005,000250,073,088
10Mar 10, 2026 13:484,546280,793,875238,109,00021,009,000250,056,704
11Mar 10, 2026 13:484,547288,306,907236,245,00022,926,000250,052,608
12Mar 10, 2026 13:144,549290,849,627237,336,00021,938,000250,228,736