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 22, 2024 15:57Huy Duc LeHuy Duc LeScore: 8,804Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 22, 2024 15:578,7541,126,771,786498,957,6510259,837,952
2Feb 22, 2024 15:578,8041,130,505,865501,807,0130259,817,472
3Feb 22, 2024 15:578,8171,135,627,798502,555,1630259,837,952