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 5, 2026 04:39HattonuriHattonuriScore: 6,771Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 5, 2026 04:396,768416,446,157343,789,00041,974,000253,947,904
2Jan 5, 2026 04:396,771421,152,940339,965,00045,995,000254,193,664
3Jan 5, 2026 04:396,780419,085,851342,526,00043,939,000254,193,664