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:27Joseph GJoseph GScore: 427,636Success
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:27427,40424,680,749,53624,362,052,7350265,519,104
2Feb 11, 2023 21:27427,63624,775,419,51624,375,271,6700267,358,208
3Feb 11, 2023 21:27432,30425,027,440,75524,641,312,2340265,228,288