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:49Huy Duc LeHuy Duc LeScore: 8,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 22, 2024 15:498,6391,059,594,355492,420,3210259,407,872
2Feb 22, 2024 15:498,7081,110,090,778496,372,1000259,862,528
3Feb 22, 2024 15:498,7681,137,168,070499,793,5160259,796,992