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 15, 2024 11:29Ryan Chung Yi ShengRyan Chung Yi ShengScore: 7,708Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 15, 2024 11:297,691761,810,487438,368,6120266,055,680
2Feb 15, 2024 11:297,708750,091,896439,348,9940267,583,488
3Feb 15, 2024 11:297,746770,847,086441,528,1700267,538,432