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 11, 2023 21:38Joseph GJoseph GScore: 428,854Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 11, 2023 21:38428,61424,778,388,09824,431,014,8020267,919,360
2Feb 11, 2023 21:38428,85424,792,152,49024,444,697,9620265,940,992
3Feb 11, 2023 21:38436,40625,242,146,34124,875,153,5680267,132,928