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 listNov 27, 2022 18:42Yuriy LyfenkoYuriy LyfenkoScore: 5,809Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 27, 2022 18:425,716558,942,697242,317,00083,487,000266,993,664
2Nov 27, 2022 18:425,762570,673,504235,035,00093,424,000266,821,632
3Nov 27, 2022 18:425,779572,143,861239,640,00089,737,000266,915,840
4Nov 27, 2022 18:425,783573,637,618239,638,00089,990,000266,928,128
5Nov 27, 2022 18:425,805577,288,568238,820,00092,087,000266,747,904
6Nov 27, 2022 18:425,806582,821,391239,401,00091,535,000266,854,400
7Nov 27, 2022 18:425,809586,239,092236,643,00094,458,000266,838,016
8Nov 27, 2022 18:425,814577,376,490238,282,00093,110,000266,932,224
9Nov 27, 2022 18:425,832591,160,296246,717,00085,680,000266,948,608
10Nov 27, 2022 18:426,0361,076,551,512344,064,1480266,235,904
11Nov 27, 2022 18:426,0691,107,401,897345,913,2510266,244,096
12Nov 27, 2022 18:426,3301,271,616,221360,811,6110266,420,224