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 listJan 19, 2025 01:39Alexander FrolovAlexander FrolovScore: 3,639Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 19, 2025 01:393,639229,023,627186,462,00020,939,000250,306,560
2Jan 19, 2025 01:393,639231,864,638188,473,00018,947,000250,281,984
3Jan 19, 2025 01:393,645228,087,777184,787,00022,973,000250,204,160