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 listOct 31, 2025 20:46AnSaAnSaScore: 425,110Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Oct 31, 2025 20:46421,38924,063,619,17712,575,282,00011,443,887,000251,854,848
2Oct 31, 2025 20:46425,11024,276,212,74512,627,853,00011,603,433,000252,088,320
3Oct 31, 2025 20:46427,71224,416,283,58312,682,538,00011,697,040,000252,080,128