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:27Yuriy LyfenkoYuriy LyfenkoScore: 5,737Success
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:275,643571,407,419237,381,00084,265,000266,805,248
2Nov 27, 2022 18:275,647561,199,077235,318,00086,589,000266,887,168
3Nov 27, 2022 18:275,668563,350,732232,356,00090,748,000266,960,896
4Nov 27, 2022 18:275,691577,386,139237,265,00087,097,000266,977,280
5Nov 27, 2022 18:275,714571,163,656235,401,00090,304,000266,752,000
6Nov 27, 2022 18:275,730570,603,229239,121,00087,508,000266,919,936
7Nov 27, 2022 18:275,737582,040,407239,622,00087,415,000266,833,920
8Nov 27, 2022 18:275,738592,700,732230,049,00097,020,000265,273,344
9Nov 27, 2022 18:275,744584,521,092237,182,00090,210,000266,899,456
10Nov 27, 2022 18:276,0561,011,940,666345,174,4210266,240,000
11Nov 27, 2022 18:276,0621,102,728,432345,513,3720266,182,656
12Nov 27, 2022 18:276,0861,094,538,141346,875,2350266,264,576