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 listJun 1, 2024 08:21Joad NacerJoad NacerScore: 5,706Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 1, 2024 08:215,655642,262,700248,928,00073,389,000266,485,760
2Jun 1, 2024 08:215,665650,261,730243,847,00079,059,000266,526,720
3Jun 1, 2024 08:215,672641,970,349244,044,00079,288,000266,317,824
4Jun 1, 2024 08:215,695648,690,233244,243,00080,396,000266,412,032
5Jun 1, 2024 08:215,696639,387,488249,426,00075,240,000266,305,536
6Jun 1, 2024 08:215,702654,994,801246,314,00078,698,000266,350,592
7Jun 1, 2024 08:215,706651,140,921249,669,00075,597,000266,502,144
8Jun 1, 2024 08:215,723646,520,171254,572,00071,628,000266,391,552
9Jun 1, 2024 08:215,761665,535,866242,704,00085,660,000266,387,456
10Jun 1, 2024 08:216,9281,057,777,095394,873,3810267,816,960
11Jun 1, 2024 08:216,9581,042,334,984396,621,2760267,796,480
12Jun 1, 2024 08:216,9911,078,932,058398,463,5090267,653,120