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 1, 2026 16:37HattonuriHattonuriScore: 3,949Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 1, 2026 16:373,934247,158,351182,389,00041,859,000252,100,608
2Jan 1, 2026 16:373,943250,200,968184,819,00039,960,000252,010,496
3Jan 1, 2026 16:373,944250,772,691183,821,00040,960,000252,100,608
4Jan 1, 2026 16:373,944253,939,290180,860,00043,966,000252,104,704
5Jan 1, 2026 16:373,949249,486,873180,056,00045,014,000252,006,400
6Jan 1, 2026 16:373,950258,404,579181,309,00043,832,000251,838,464
7Jan 1, 2026 16:373,951247,444,361183,350,00041,851,000252,096,512
8Jan 1, 2026 16:373,951250,629,083179,380,00045,841,000252,100,608
9Jan 1, 2026 16:373,955251,217,507181,525,00043,885,000252,006,400