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:24Alexander FrolovAlexander FrolovScore: 3,771Success
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:243,770236,555,891193,884,00020,987,000250,224,640
2Jan 19, 2025 01:243,771239,104,469191,931,00022,991,000250,232,832
3Jan 19, 2025 01:243,788241,288,148191,945,00023,993,000250,048,512