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 listDec 22, 2023 16:44Yuriy LyfenkoYuriy LyfenkoScore: 6,110Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 22, 2023 16:445,9651,446,532,985339,987,8040265,650,176
2Dec 22, 2023 16:445,9861,426,275,732341,175,1800263,671,808
3Dec 22, 2023 16:446,0611,419,181,943345,460,7420262,885,376
4Dec 22, 2023 16:446,0761,099,866,143262,810,00083,528,000265,945,088
5Dec 22, 2023 16:446,0821,084,383,032259,760,00086,923,000265,748,480
6Dec 22, 2023 16:446,0911,089,538,600262,691,00084,509,000265,752,576
7Dec 22, 2023 16:446,1101,080,145,256254,470,00093,804,000265,895,936
8Dec 22, 2023 16:446,1211,096,141,969260,913,00087,982,000265,805,824
9Dec 22, 2023 16:446,1391,099,633,757255,933,00093,975,000265,687,040
10Dec 22, 2023 16:446,1781,080,233,678256,092,00096,034,000265,744,384
11Dec 22, 2023 16:446,2141,103,299,139253,296,000100,922,000265,916,416
12Dec 22, 2023 16:446,3861,116,267,950258,998,000104,999,000265,805,824