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 20, 2024 14:22matsuoka-601matsuoka-601Score: 5,418Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 20, 2024 14:225,246619,587,291299,008,7330268,247,040
2Jun 20, 2024 14:225,264615,182,639300,041,6650266,375,168
3Jun 20, 2024 14:225,280602,504,718300,962,5380265,650,176
4Jun 20, 2024 14:225,338539,751,584221,178,00083,062,000267,776,000
5Jun 20, 2024 14:225,410539,699,968237,673,00070,687,000267,862,016
6Jun 20, 2024 14:225,415552,132,828234,522,00074,113,000267,780,096
7Jun 20, 2024 14:225,418536,512,867232,386,00076,456,000267,886,592
8Jun 20, 2024 14:225,427553,322,471237,859,00071,459,000267,841,536
9Jun 20, 2024 14:225,441568,262,869236,885,00073,273,000267,878,400
10Jun 20, 2024 14:225,468561,801,089237,022,00074,637,000267,919,360
11Jun 20, 2024 14:225,477566,813,849234,140,00078,046,000267,857,920
12Jun 20, 2024 14:225,481580,263,986241,525,00070,915,000267,210,752