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 23:24Yuriy LyfenkoYuriy LyfenkoScore: 4,588Success
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 23:244,5441,138,700,437259,015,7830266,084,352
2Jan 22, 2024 23:244,5611,100,037,909201,179,00058,806,000264,806,400
3Jan 22, 2024 23:244,5621,106,695,831200,549,00059,459,000264,560,640
4Jan 22, 2024 23:244,5661,112,541,575201,627,00058,636,000264,732,672
5Jan 22, 2024 23:244,5671,115,288,802205,504,00054,801,000264,921,088
6Jan 22, 2024 23:244,5711,156,958,479260,555,9920265,687,040
7Jan 22, 2024 23:244,5881,103,861,234205,847,00055,662,000265,355,264
8Jan 22, 2024 23:244,5921,123,231,365195,570,00066,193,000266,051,584
9Jan 22, 2024 23:244,6031,112,144,469204,277,00058,068,000264,826,880
10Jan 22, 2024 23:244,6161,175,623,726263,128,3470264,220,672
11Jan 22, 2024 23:244,6271,109,446,750191,070,00072,646,000261,558,272
12Jan 22, 2024 23:244,6341,129,996,190202,778,00061,353,000265,809,920