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 01:03Yuriy LyfenkoYuriy LyfenkoScore: 5,641Success
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 01:035,6001,175,686,712254,774,00064,448,000264,781,824
2Jan 22, 2024 01:035,6051,171,114,988260,262,00059,196,000264,818,688
3Jan 22, 2024 01:035,6081,168,443,725256,967,00062,699,000264,609,792
4Jan 22, 2024 01:035,6191,182,883,415257,048,00063,242,000265,342,976
5Jan 22, 2024 01:035,6391,243,392,164321,413,6970265,457,664
6Jan 22, 2024 01:035,6401,225,075,153321,482,8460265,502,720
7Jan 22, 2024 01:035,6411,179,830,607248,855,00072,665,000263,581,696
8Jan 22, 2024 01:035,6511,176,836,533259,711,00062,371,000263,655,424
9Jan 22, 2024 01:035,6541,189,006,694256,601,00065,665,000265,830,400
10Jan 22, 2024 01:035,6801,200,391,044252,832,00070,952,000265,080,832
11Jan 22, 2024 01:035,6831,225,322,175323,915,6390265,400,320
12Jan 22, 2024 01:035,6881,189,310,128248,630,00075,583,000262,705,152