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 22, 2024 17:38Yuriy LyfenkoYuriy LyfenkoScore: 4,678Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 22, 2024 17:384,586565,361,800261,415,8020265,519,104
2Jan 22, 2024 17:384,609541,605,088262,707,4900267,612,160
3Jan 22, 2024 17:384,623518,054,883200,441,00063,083,000264,359,936
4Jan 22, 2024 17:384,658522,569,669199,642,00065,872,000264,740,864
5Jan 22, 2024 17:384,664538,154,694205,717,00060,132,000262,033,408
6Jan 22, 2024 17:384,677583,304,249266,586,3630264,687,616
7Jan 22, 2024 17:384,678525,300,601198,963,00067,667,000262,479,872
8Jan 22, 2024 17:384,688532,954,953195,177,00072,065,000264,421,376
9Jan 22, 2024 17:384,691528,974,667205,525,00061,867,000263,028,736
10Jan 22, 2024 17:384,701536,710,371201,723,00066,222,000263,761,920
11Jan 22, 2024 17:384,719538,542,679193,282,00075,719,000264,323,072
12Jan 22, 2024 17:384,735549,125,619197,130,00072,786,000263,446,528