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 listJul 8, 2023 21:19gchebanovgchebanovScore: 5,392Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 8, 2023 21:195,296545,468,595220,540,00081,305,000267,907,072
2Jul 8, 2023 21:195,324539,074,193225,838,00077,632,000267,919,360
3Jul 8, 2023 21:195,328535,783,406206,713,00096,988,000267,894,784
4Jul 8, 2023 21:195,351542,437,664213,223,00091,804,000267,898,880
5Jul 8, 2023 21:195,364718,701,943214,624,00091,142,000267,886,592
6Jul 8, 2023 21:195,365546,575,743213,463,00092,335,000267,710,464
7Jul 8, 2023 21:195,392559,111,233226,731,00080,615,000267,788,288
8Jul 8, 2023 21:195,394563,174,075224,355,00083,094,000267,915,264
9Jul 8, 2023 21:195,404564,509,042219,885,00088,152,000266,014,720
10Jul 8, 2023 21:195,9221,086,491,112337,569,8420265,924,608
11Jul 8, 2023 21:195,9321,181,319,624338,139,3860267,915,264
12Jul 8, 2023 21:196,0921,601,804,173347,253,5720267,542,528