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 listFeb 19, 2025 01:01Ian MckibbenIan MckibbenScore: 8,820Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 19, 2025 01:018,818528,383,282480,650,00021,983,000250,298,368
2Feb 19, 2025 01:018,820525,131,926483,775,00018,991,000250,294,272
3Feb 19, 2025 01:018,822527,531,759482,834,00019,993,000250,187,776