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 22:58Yuriy LyfenkoYuriy LyfenkoScore: 4,497Success
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 22:584,4211,098,891,723184,543,00067,467,000264,794,112
2Jan 24, 2024 22:584,4331,101,685,019198,615,00054,073,000264,626,176
3Jan 24, 2024 22:584,4411,105,006,685191,609,00061,516,000264,716,288
4Jan 24, 2024 22:584,4451,099,143,758191,797,00061,576,000264,540,160
5Jan 24, 2024 22:584,4741,106,649,618202,567,00052,478,000264,269,824
6Jan 24, 2024 22:584,4971,105,706,671187,693,00068,619,000265,895,936
7Jan 24, 2024 22:584,4971,114,917,595192,774,00063,574,000265,605,120
8Jan 24, 2024 22:584,5231,116,897,899191,573,00066,235,000262,709,248
9Jan 24, 2024 22:584,5251,124,295,854186,240,00071,707,000262,766,592
10Jan 24, 2024 22:584,5261,170,811,593257,989,4910266,510,336
11Jan 24, 2024 22:584,5501,179,481,968259,337,1270267,325,440
12Jan 24, 2024 22:584,6061,158,169,781262,561,9000266,444,800