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 20, 2026 15:53limanjun99limanjun99Score: 4,630Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 20, 2026 15:534,623289,969,378240,547,00022,956,000250,036,224
2Mar 20, 2026 15:534,623290,577,773241,554,00021,959,000250,052,608
3Mar 20, 2026 15:534,623292,417,102241,564,00021,960,000250,032,128
4Mar 20, 2026 15:534,626292,368,894241,686,00021,971,000250,044,416
5Mar 20, 2026 15:534,630290,844,915243,920,00019,993,000250,048,512
6Mar 20, 2026 15:534,632291,541,101241,099,00022,914,000250,040,320
7Mar 20, 2026 15:534,634297,171,315248,122,00016,007,000250,068,992
8Mar 20, 2026 15:534,635291,050,891242,239,00021,931,000250,056,704
9Mar 20, 2026 15:534,648290,249,347242,967,00021,997,000250,109,952