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 18:00Yuriy LyfenkoYuriy LyfenkoScore: 5,462Success
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 18:005,3611,623,522,332305,571,8460264,445,952
2Dec 22, 2023 18:005,3821,146,242,013216,041,00090,757,000266,850,304
3Dec 22, 2023 18:005,3931,580,467,080307,391,5920263,409,664
4Dec 22, 2023 18:005,3981,646,470,262307,685,7510264,376,320
5Dec 22, 2023 18:005,4351,157,406,157228,200,00081,573,000266,899,456
6Dec 22, 2023 18:005,4601,157,132,899216,932,00094,274,000266,989,568
7Dec 22, 2023 18:005,4621,173,145,342220,070,00091,273,000266,792,960
8Dec 22, 2023 18:005,4861,176,851,032214,677,00098,026,000266,932,224
9Dec 22, 2023 18:005,4971,166,324,513219,643,00093,701,000266,809,344
10Dec 22, 2023 18:005,5911,167,069,533219,620,00099,084,000266,747,904
11Dec 22, 2023 18:005,6401,183,437,501220,750,000100,710,000266,883,072
12Dec 22, 2023 18:005,6621,175,103,946217,805,000104,906,000266,477,568