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 listNov 20, 2023 06:26Net_Net_Score: 426,386Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 20, 2023 06:26426,31424,712,149,52224,299,891,2310266,293,248
2Nov 20, 2023 06:26426,38624,670,853,42424,304,008,8680266,063,872
3Nov 20, 2023 06:26443,16425,663,542,77325,260,365,2380267,681,792