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 3, 2024 22:33Alexander FrolovAlexander FrolovScore: 5,559Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 3, 2024 22:335,394608,376,878307,473,6720267,575,296
2Jan 3, 2024 22:335,447614,630,527310,493,1210267,292,672
3Jan 3, 2024 22:335,504637,500,629313,744,1570264,261,632
4Jan 3, 2024 22:335,515553,351,354242,720,00071,622,000268,029,952
5Jan 3, 2024 22:335,523540,404,379245,646,00069,182,000267,960,320
6Jan 3, 2024 22:335,535546,982,704243,311,00072,202,000267,792,384
7Jan 3, 2024 22:335,559548,435,350241,853,00075,024,000267,972,608
8Jan 3, 2024 22:335,573561,019,013244,137,00073,535,000267,993,088
9Jan 3, 2024 22:335,582567,036,752243,154,00075,047,000267,821,056
10Jan 3, 2024 22:335,603561,524,118241,280,00078,090,000267,804,672
11Jan 3, 2024 22:335,618569,070,336248,170,00072,049,000267,911,168
12Jan 3, 2024 22:335,624575,136,978250,707,00069,869,000267,759,616