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 27, 2022 20:18apuxbtapuxbtScore: 40,899Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 27, 2022 20:1840,8797,736,635,6442,330,090,8690134,942,720
2Nov 27, 2022 20:1840,8997,768,154,7372,331,259,8370135,008,256
3Nov 27, 2022 20:1841,1078,721,013,0032,343,084,6230135,004,160