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 04:58olliecrowolliecrowScore: 4,542Success
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 04:584,537285,079,592237,656,00020,969,000250,060,800
2Mar 10, 2026 04:584,539283,474,391234,725,00023,971,000250,052,608
3Mar 10, 2026 04:584,539287,165,439238,723,00019,976,000250,081,280
4Mar 10, 2026 04:584,539279,478,002236,751,00021,976,000250,105,856
5Mar 10, 2026 04:594,541283,657,881238,847,00019,987,000250,023,936
6Mar 10, 2026 04:594,542282,719,040235,884,00022,988,000250,245,120
7Mar 10, 2026 04:584,542283,947,905238,914,00019,992,000250,040,320
8Mar 10, 2026 04:584,542286,771,011239,916,00018,993,000250,040,320
9Mar 10, 2026 04:594,544294,709,621236,988,00021,998,000250,064,896
10Mar 10, 2026 04:584,545285,167,948240,057,00019,004,000250,085,376
11Mar 10, 2026 04:584,547290,552,942237,252,00021,930,000250,048,512
12Mar 10, 2026 04:584,549289,046,485238,264,00021,023,000250,044,416