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 listDec 14, 2023 13:43Vadim AlekseevVadim AlekseevScore: 10,212Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 14, 2023 13:4610,1731,056,904,283579,849,5550263,282,688
2Dec 14, 2023 13:4610,1771,078,950,252580,075,4610264,003,584
3Dec 14, 2023 13:4310,2021,142,017,962581,523,8410263,802,880
4Dec 14, 2023 13:4310,2121,078,770,710582,076,8650263,462,912
5Dec 14, 2023 13:4310,2291,095,015,022583,067,9740261,787,648
6Dec 14, 2023 13:4610,2671,108,878,013585,195,4750262,156,288