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 22:18Yuriy LyfenkoYuriy LyfenkoScore: 4,626Success
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 22:184,5491,168,969,264259,265,7170267,460,608
2Jan 22, 2024 22:184,5641,110,723,489203,279,00056,876,000264,638,464
3Jan 22, 2024 22:184,5661,145,497,575260,261,8250264,314,880
4Jan 22, 2024 22:184,6041,180,260,544262,418,6010264,347,648
5Jan 22, 2024 22:184,6131,115,928,994201,332,00061,632,000265,682,944
6Jan 22, 2024 22:184,6141,116,856,889193,727,00069,260,000265,199,616
7Jan 22, 2024 22:184,6261,122,818,508199,592,00064,117,000264,278,016
8Jan 22, 2024 22:184,6301,120,830,910202,309,00061,617,000265,531,392
9Jan 22, 2024 22:184,6421,146,649,140198,967,00065,649,000265,244,672
10Jan 22, 2024 22:184,6431,121,557,821201,772,00062,863,000266,153,984
11Jan 22, 2024 22:184,6641,144,679,343203,239,00062,614,000264,138,752
12Jan 22, 2024 22:184,6751,130,233,941198,334,00068,115,000263,221,248