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 18:53Yuriy LyfenkoYuriy LyfenkoScore: 5,739Success
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 18:535,669561,675,893236,821,00086,299,000266,903,552
2Nov 27, 2022 18:535,690582,325,487227,136,00097,202,000266,784,768
3Nov 27, 2022 18:535,696566,890,853235,857,00088,829,000266,821,632
4Nov 27, 2022 18:535,698562,309,639231,415,00093,360,000266,936,320
5Nov 27, 2022 18:535,705567,246,495234,291,00090,889,000266,936,320
6Nov 27, 2022 18:535,727568,472,925227,896,00098,523,000266,891,264
7Nov 27, 2022 18:535,739566,381,857239,270,00087,833,000266,903,552
8Nov 27, 2022 18:535,762601,015,454233,616,00094,844,000266,883,072
9Nov 27, 2022 18:535,766586,482,688236,199,00092,469,000266,776,576
10Nov 27, 2022 18:535,9441,057,039,908338,810,4710263,684,096
11Nov 27, 2022 18:535,9951,114,977,321341,716,5320266,231,808
12Nov 27, 2022 18:535,9991,120,473,808341,964,7960265,596,928