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 29, 2022 02:37Yuriy LyfenkoYuriy LyfenkoScore: 5,309Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Nov 29, 2022 02:375,268535,516,144213,891,00086,359,000266,817,536
2Nov 29, 2022 02:375,279538,116,059213,463,00087,418,000266,772,480
3Nov 29, 2022 02:375,290556,970,189203,983,00097,557,000266,792,960
4Nov 29, 2022 02:375,303554,349,069208,493,00093,772,000266,960,896
5Nov 29, 2022 02:375,308542,379,761213,742,00088,801,000266,776,576
6Nov 29, 2022 02:375,308553,544,112210,097,00092,482,000266,866,688
7Nov 29, 2022 02:375,309549,368,958216,170,00086,468,000266,903,552
8Nov 29, 2022 02:375,312556,053,291203,152,00099,623,000266,993,664
9Nov 29, 2022 02:375,315556,335,139215,975,00087,004,000266,825,728
10Nov 29, 2022 02:375,6491,047,160,581321,971,1840266,256,384
11Nov 29, 2022 02:375,6551,089,827,625322,318,4040266,244,096
12Nov 29, 2022 02:375,9201,250,537,241337,438,3150266,436,608