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 listDec 25, 2023 04:43Yuriy LyfenkoYuriy LyfenkoScore: 7,994Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 25, 2023 04:297,282990,933,478415,062,6160265,158,656
2Dec 25, 2023 04:297,287897,946,876415,336,1370265,121,792
3Dec 25, 2023 04:357,2931,008,250,290415,673,6340265,654,272
4Dec 25, 2023 04:357,337983,006,889418,196,5110265,113,600
5Dec 25, 2023 15:137,3601,013,977,992419,540,4330265,170,944
6Dec 25, 2023 15:137,397983,624,281421,608,4780265,060,352
7Dec 25, 2023 04:437,9871,866,900,109455,256,7580264,478,720
8Dec 25, 2023 15:137,9941,286,219,109455,662,3300264,683,520
9Dec 25, 2023 04:458,0131,394,681,787456,761,6320264,515,584
10Dec 25, 2023 04:458,0241,970,083,979457,340,8050264,527,872
11Dec 25, 2023 04:358,0411,523,175,979458,345,9660264,548,352
12Dec 25, 2023 04:438,0451,318,696,196458,557,5650264,568,832
13Dec 25, 2023 04:298,0741,668,734,172460,243,9670264,474,624
14Dec 25, 2023 04:438,0871,771,218,964460,949,7090264,474,624
15Dec 25, 2023 04:458,0941,578,411,961461,347,4050264,564,736