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 listSep 9, 2024 04:22matsuoka-601matsuoka-601Score: 5,742Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Sep 9, 2024 04:224,672511,520,714202,077,00064,201,000268,066,816
2Sep 9, 2024 04:224,688507,085,501196,638,00070,588,000268,107,776
3Sep 9, 2024 04:224,740514,473,042202,394,00067,807,000268,079,104
4Sep 9, 2024 04:224,745512,577,083200,842,00069,638,000267,943,936
5Sep 9, 2024 04:224,983514,464,562204,498,00079,527,000268,169,216
6Sep 9, 2024 04:225,504620,043,408213,199,000100,508,000268,156,928
7Sep 9, 2024 04:225,742967,458,747212,360,000114,947,000267,644,928
8Sep 9, 2024 04:225,746575,110,749214,066,000113,445,000267,624,448
9Sep 9, 2024 04:226,0931,230,510,343216,432,000130,866,000267,616,256
10Sep 9, 2024 04:226,165589,590,565208,436,000142,985,000267,640,832
11Sep 9, 2024 04:226,235584,778,176216,614,000138,753,000267,710,464
12Sep 9, 2024 04:226,8141,122,396,918208,212,000180,183,000268,005,376