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 listDec 21, 2023 23:46Kenneth MaplesKenneth MaplesScore: 5,314Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 21, 2023 23:465,221544,890,989225,963,00071,622,000267,968,512
2Dec 21, 2023 23:465,267560,639,895227,685,00072,536,000267,993,088
3Dec 21, 2023 23:465,271539,283,103226,076,00074,354,000268,005,376
4Dec 21, 2023 23:465,273541,528,834219,745,00080,803,000267,952,128
5Dec 21, 2023 23:465,279538,050,717231,674,00069,201,000267,911,168
6Dec 21, 2023 23:465,279556,302,314230,527,00070,382,000267,980,800
7Dec 21, 2023 23:465,3141,117,601,861302,878,5570266,469,376
8Dec 21, 2023 23:465,325554,796,745226,622,00076,889,000268,034,048
9Dec 21, 2023 23:465,4481,175,548,426310,539,6220267,497,472
10Dec 21, 2023 23:465,5861,408,558,136318,408,1780267,710,464
11Dec 21, 2023 23:465,673570,472,861233,365,00089,983,000267,968,512
12Dec 21, 2023 23:465,777584,242,430227,740,000101,546,000267,960,320