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 21:42Yuriy LyfenkoYuriy LyfenkoScore: 5,198Success
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 21:425,1471,151,631,228226,372,00066,998,000265,322,496
2Jan 22, 2024 21:425,1581,151,362,964224,222,00069,758,000265,207,808
3Jan 22, 2024 21:425,1631,144,829,317226,751,00067,521,000265,945,088
4Jan 22, 2024 21:425,1661,149,751,191239,759,00054,681,000265,814,016
5Jan 22, 2024 21:425,1711,150,891,451229,935,00064,827,000265,584,640
6Jan 22, 2024 21:425,1871,154,058,801230,299,00065,368,000263,909,376
7Jan 22, 2024 21:425,1981,158,192,490235,590,00060,697,000264,900,608
8Jan 22, 2024 21:425,2251,165,077,369231,772,00066,075,000264,441,856
9Jan 22, 2024 21:425,2381,165,229,168227,132,00071,412,000264,273,920
10Jan 22, 2024 21:425,3981,212,780,792307,695,1670264,531,968
11Jan 22, 2024 21:425,4261,192,737,118309,294,7560265,916,416
12Jan 22, 2024 21:425,4311,222,334,324309,541,2370267,214,848