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 24, 2024 05:08Yuriy LyfenkoYuriy LyfenkoScore: 4,587Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 24, 2024 05:084,5381,156,991,363258,685,8030266,358,784
2Jan 24, 2024 05:084,5461,101,521,742192,301,00066,799,000265,834,496
3Jan 24, 2024 05:084,5611,108,050,004193,963,00065,987,000264,843,264
4Jan 24, 2024 05:084,5821,166,545,801261,197,9750267,534,336
5Jan 24, 2024 05:084,5871,162,475,932261,482,9540264,474,624
6Jan 24, 2024 05:084,5871,105,194,530192,872,00068,599,000265,555,968
7Jan 24, 2024 05:084,5871,130,486,403195,608,00065,868,000264,785,920
8Jan 24, 2024 05:084,6011,120,506,903199,768,00062,491,000264,339,456
9Jan 24, 2024 05:084,6101,129,661,402197,060,00065,686,000266,174,464
10Jan 24, 2024 05:084,6231,121,816,736200,098,00063,397,000265,363,456
11Jan 24, 2024 05:084,6571,133,442,784197,058,00068,367,000263,622,656
12Jan 24, 2024 05:084,6691,126,214,287197,824,00068,320,000262,750,208