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 18, 2025 18:43Alexander FrolovAlexander FrolovScore: 5,677Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 18, 2025 18:435,675345,710,423302,506,00020,965,000250,265,600
2Jan 18, 2025 18:435,677347,689,796302,623,00020,973,000250,245,120
3Jan 18, 2025 18:435,682353,479,638301,876,00021,990,000250,322,944