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 19:06Yuriy LyfenkoYuriy LyfenkoScore: 5,679Success
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 19:065,635560,975,854231,538,00089,659,000266,948,608
2Nov 27, 2022 19:065,640561,134,076236,771,00084,706,000266,760,192
3Nov 27, 2022 19:065,655566,238,195239,434,00082,881,000266,915,840
4Nov 27, 2022 19:065,665563,782,041234,102,00088,797,000266,747,904
5Nov 27, 2022 19:065,665559,520,610236,591,00086,310,000266,752,000
6Nov 27, 2022 19:065,679561,046,536233,779,00089,915,000266,887,168
7Nov 27, 2022 19:065,679566,909,588238,151,00085,569,000266,919,936
8Nov 27, 2022 19:065,703572,199,390228,643,00096,428,000266,866,688
9Nov 27, 2022 19:065,708575,597,736234,403,00090,932,000266,981,376
10Nov 27, 2022 19:065,7821,061,218,755329,576,1670266,227,712
11Nov 27, 2022 19:065,8681,146,140,772334,501,6210265,449,472
12Nov 27, 2022 19:065,8701,237,764,401334,608,6100265,351,168