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 18, 2024 15:13Huy Duc LeHuy Duc LeScore: 24,373Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 18, 2024 15:1324,1161,933,956,5851,374,618,0520268,091,392
2Feb 18, 2024 15:1324,3731,960,184,9611,389,241,1790267,223,040
3Feb 18, 2024 15:1324,3851,972,298,5241,389,958,8450268,042,240