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:53Yuriy LyfenkoYuriy LyfenkoScore: 5,331Success
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:535,2821,038,190,377209,269,00091,802,000267,001,856
2Nov 29, 2022 02:535,2831,036,745,188214,932,00086,175,000266,903,552
3Nov 29, 2022 02:535,2971,046,782,946212,375,00089,580,000266,797,056
4Nov 29, 2022 02:535,3181,054,713,532209,617,00093,491,000266,928,128
5Nov 29, 2022 02:535,3181,051,010,912212,104,00091,044,000266,883,072
6Nov 29, 2022 02:535,3251,403,305,178303,509,4860263,446,528
7Nov 29, 2022 02:535,3311,046,118,133211,195,00092,647,000265,789,440
8Nov 29, 2022 02:535,3401,060,929,334209,272,00095,123,000266,797,056
9Nov 29, 2022 02:535,3451,060,833,645212,389,00092,299,000266,977,280
10Nov 29, 2022 02:535,3521,056,134,765215,579,00089,485,000266,833,920
11Nov 29, 2022 02:535,3591,509,783,994305,484,4060266,088,448
12Nov 29, 2022 02:535,3641,392,484,531305,732,5040265,224,192