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 29, 2023 16:17Alexander FrolovAlexander FrolovScore: 6,274Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 29, 2023 16:176,075625,132,883346,289,2670265,564,160
2Dec 29, 2023 16:176,076636,802,439346,323,9620267,517,952
3Dec 29, 2023 16:176,149656,297,448350,519,5670266,121,216
4Dec 29, 2023 16:176,200595,353,945287,820,00065,553,000267,825,152
5Dec 29, 2023 16:176,216601,529,284288,697,00065,613,000267,788,288
6Dec 29, 2023 16:176,229587,056,402277,223,00077,817,000267,935,744
7Dec 29, 2023 16:176,274596,387,434294,070,00063,527,000267,911,168
8Dec 29, 2023 16:176,274611,809,724276,918,00080,684,000267,980,800
9Dec 29, 2023 16:176,278614,642,981282,662,00075,176,000267,726,848
10Dec 29, 2023 16:176,868652,646,329293,835,00097,613,000267,767,808
11Dec 29, 2023 16:177,090640,144,254311,012,00093,099,000267,718,656
12Dec 29, 2023 16:177,274656,047,845293,089,000121,548,000267,669,504