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,743Success
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,677576,848,465239,397,00084,194,000266,854,400
2Nov 27, 2022 18:425,692574,624,826231,887,00092,556,000266,874,880
3Nov 27, 2022 18:425,698548,947,410230,723,00094,071,000266,895,360
4Nov 27, 2022 18:425,703576,926,059229,515,00095,549,000266,797,056
5Nov 27, 2022 18:425,707573,582,348229,982,00095,334,000266,907,648
6Nov 27, 2022 18:425,714573,570,805226,512,00099,159,000266,985,472
7Nov 27, 2022 18:425,743581,504,860236,764,00090,587,000266,813,440
8Nov 27, 2022 18:425,746590,020,804236,545,00090,979,000266,821,632
9Nov 27, 2022 18:425,770585,733,832231,643,00097,270,000266,932,224
10Nov 27, 2022 18:426,0791,131,487,328346,524,3510266,244,096
11Nov 27, 2022 18:426,1261,074,736,729349,160,0870266,231,808
12Nov 27, 2022 18:426,3421,306,920,073361,482,6210266,424,320