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:34Alexander FrolovAlexander FrolovScore: 3,591Success
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:343,590236,181,969182,670,00021,960,000250,298,368
2Jan 19, 2025 01:343,591230,023,273181,745,00022,967,000250,216,448
3Jan 19, 2025 01:343,593228,735,635184,838,00019,982,000250,052,608