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:51Yuriy LyfenkoYuriy LyfenkoScore: 4,735Success
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:514,6331,146,628,759264,070,6100266,211,328
2Jan 22, 2024 18:514,6971,106,767,284187,197,00080,504,000267,911,168
3Jan 22, 2024 18:514,7081,151,923,691268,335,3570266,977,280
4Jan 22, 2024 18:514,7181,114,218,511196,419,00072,524,000267,894,784
5Jan 22, 2024 18:514,7221,104,598,986202,934,00066,242,000267,833,344
6Jan 22, 2024 18:514,7261,169,249,069269,406,6330265,195,520
7Jan 22, 2024 18:514,7351,134,475,605194,586,00075,292,000266,149,888
8Jan 22, 2024 18:514,7361,118,489,796183,850,00086,119,000267,853,824
9Jan 22, 2024 18:514,7401,131,590,727192,710,00077,481,000267,870,208
10Jan 22, 2024 18:514,7431,132,014,658197,449,00072,904,000267,476,992
11Jan 22, 2024 18:514,7451,122,755,448204,095,00066,356,000267,841,536
12Jan 22, 2024 18:514,7621,124,492,161198,872,00072,588,000267,993,088