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 23, 2025 02:16Ian MckibbenIan MckibbenScore: 11,089Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 23, 2025 02:1611,075656,019,669571,322,00059,928,000250,146,816
2Jan 23, 2025 02:1611,089655,910,823579,167,00052,923,000250,253,312
3Jan 23, 2025 02:1611,102668,068,586579,847,00052,986,000250,241,024