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 listJan 21, 2024 21:58Yuriy LyfenkoYuriy LyfenkoScore: 5,417Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 21, 2024 21:585,3621,150,522,684241,061,00064,551,000265,158,656
2Jan 21, 2024 21:585,3621,152,961,495236,193,00069,468,000265,031,680
3Jan 21, 2024 21:585,3631,152,873,475235,141,00070,542,000264,597,504
4Jan 21, 2024 21:585,3861,151,245,266238,429,00068,548,000264,613,888
5Jan 21, 2024 21:585,3951,169,512,429240,041,00067,449,000263,446,528
6Jan 21, 2024 21:585,4111,165,213,893232,313,00076,136,000264,368,128
7Jan 21, 2024 21:585,4171,195,986,801308,773,8680266,584,064
8Jan 21, 2024 21:585,4231,209,034,517309,119,0500267,857,920
9Jan 21, 2024 21:585,4431,169,036,343241,217,00069,062,000263,012,352
10Jan 21, 2024 21:585,4491,173,542,730245,634,00064,961,000262,569,984
11Jan 21, 2024 21:585,4511,169,608,444245,288,00065,410,000263,208,960
12Jan 21, 2024 21:585,4721,216,936,730311,895,4990265,736,192