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 listJan 22, 2024 18:10Yuriy LyfenkoYuriy LyfenkoScore: 4,733Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 22, 2024 18:104,66113,173,511,726265,683,7520265,560,064
2Jan 22, 2024 18:104,66413,170,743,242265,855,0300267,198,464
3Jan 22, 2024 18:104,66813,161,305,380266,065,1430266,489,856
4Jan 22, 2024 18:104,68313,104,839,045195,738,00071,177,000267,771,904
5Jan 22, 2024 18:104,71713,112,636,935202,147,00066,698,000267,853,824
6Jan 22, 2024 18:104,72413,113,773,307190,770,00078,494,000267,960,320
7Jan 22, 2024 18:104,73313,110,390,658206,342,00063,412,000267,956,224
8Jan 22, 2024 18:104,73713,108,862,651193,839,00076,151,000267,874,304
9Jan 22, 2024 18:104,74013,116,598,224192,717,00077,484,000267,857,920
10Jan 22, 2024 18:104,75213,121,403,396199,092,00071,754,000267,833,344
11Jan 22, 2024 18:104,76413,122,487,203190,884,00080,683,000267,804,672
12Jan 22, 2024 18:104,76813,129,693,171204,356,00067,437,000267,825,152