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 listJan 11, 2023 00:02Benjamin YoungBenjamin YoungScore: 34,196Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 11, 2023 00:0234,1872,616,010,2151,948,637,4800266,502,144
2Jan 11, 2023 00:0234,1962,741,024,6161,949,177,8570266,403,840
3Jan 11, 2023 00:0234,2172,683,482,5861,950,370,4120266,498,048