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 28, 2022 03:41apuxbtapuxbtScore: 12,000Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 28, 2022 03:4111,8932,174,106,982677,901,3520208,531,456
2Nov 28, 2022 03:4112,0002,241,817,267684,018,5930209,481,728
3Nov 28, 2022 03:4112,0472,249,032,346686,652,3320208,928,768