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 listNov 27, 2022 19:22Andrey TsvetkovAndrey TsvetkovScore: 15,046Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 27, 2022 19:5114,3621,474,096,853818,650,8040258,572,288
2Nov 27, 2022 19:2214,5201,399,730,497827,639,1700258,936,832
3Nov 27, 2022 19:5114,8721,471,897,152847,692,5530252,358,656
4Nov 27, 2022 19:5115,0461,784,966,840857,601,7270253,341,696
5Nov 27, 2022 19:2215,0591,641,800,050858,338,3020253,235,200
6Nov 27, 2022 19:2215,3562,102,423,119875,297,1280256,368,640