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 listSep 9, 2024 04:19matsuoka-601matsuoka-601Score: 5,788Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Sep 9, 2024 04:195,063524,926,415210,137,00078,438,000267,063,296
2Sep 9, 2024 04:195,064520,796,140216,472,00072,157,000266,911,744
3Sep 9, 2024 04:195,068531,079,231214,927,00073,943,000266,833,920
4Sep 9, 2024 04:195,075525,915,862211,460,00077,801,000267,079,680
5Sep 9, 2024 04:195,087530,354,276224,722,00065,241,000267,087,872
6Sep 9, 2024 04:195,117533,615,494215,988,00075,696,000266,817,536
7Sep 9, 2024 04:195,788575,744,686210,579,000119,328,000266,801,152
8Sep 9, 2024 04:195,861582,002,602233,108,000100,944,000266,866,688
9Sep 9, 2024 04:195,986583,448,351224,466,000116,762,000266,735,616
10Sep 9, 2024 04:196,253609,652,385220,356,000136,072,000266,665,984
11Sep 9, 2024 04:196,337608,392,578233,078,000128,142,000266,715,136
12Sep 9, 2024 04:196,670643,352,072235,846,000144,354,000266,661,888