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 10, 2023 16:52Benjamin YoungBenjamin YoungScore: 431,723Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 10, 2023 16:52431,03324,949,794,69224,568,878,0980266,084,352
2Jan 10, 2023 16:52431,72325,153,359,42624,608,219,5340265,474,048
3Jan 10, 2023 16:52432,05225,077,896,59224,626,942,4630267,239,424