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 02:01Yuriy LyfenkoYuriy LyfenkoScore: 5,992Success
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 02:015,9131,181,183,198279,835,00057,192,000264,343,552
2Jan 22, 2024 02:015,9161,180,248,855278,290,00058,908,000263,831,552
3Jan 22, 2024 02:015,9191,179,674,430276,135,00061,251,000264,830,976
4Jan 22, 2024 02:015,9311,176,906,775281,707,00056,341,000265,297,920
5Jan 22, 2024 02:015,9431,182,519,402272,840,00065,927,000264,298,496
6Jan 22, 2024 02:015,9841,193,843,731270,082,00071,021,000265,437,184
7Jan 22, 2024 02:015,9921,182,520,133267,226,00074,341,000265,383,936
8Jan 22, 2024 02:016,0031,225,128,703271,149,00071,039,000263,159,808
9Jan 22, 2024 02:016,0381,212,608,959272,355,00071,830,000262,754,304
10Jan 22, 2024 02:016,7411,262,846,924384,249,1440265,895,936
11Jan 22, 2024 02:016,7481,273,358,370384,635,0810267,337,728
12Jan 22, 2024 02:016,7491,300,739,377384,691,2020265,715,712